Hacker News new | ask | show | jobs
by jbert 6322 days ago
Because a failure in your test code means some application code isn't tested as well as it should be. It doesn't mean the application code will fail.

A failure in your application code can be much more serious.

Hence, in general, you test your application code, but not your test code.