Hacker News new | ask | show | jobs
by pydry 300 days ago
Tests get implicitly tested by being run against code. When they fail in spite of the presence of no bugs then congratulations youve found a bug in your test.
1 comments

What if a test passes as a result of the bug?
What I did say: tests get tested implicitly by the code they test.

What I didnt say: this catches 100% of all bugs in your tests.