If you have programmatically generated code, generating tests is almost completely useless (especially if the same code is generating the tests as well).
A bunch of passing tests shouldn't make you feel comfortable able releasing something to production. Proper code review and monitoring of client failures on your servers should make you confident.
Comments
If you have programmatically generated code, generating tests is almost completely useless (especially if the same code is generating the tests as well).
A bunch of passing tests shouldn't make you feel comfortable able releasing something to production. Proper code review and monitoring of client failures on your servers should make you confident.