Hacker News new | ask | show | jobs
by ucho 3447 days ago
There is an even better way to test your tests - the mutation testing, for example http://pitest.org/. It also helps to find dead code, that doesn't have any impact on result any more.