How to test the tests
Written by Grigory Rechistov in Uncategorized on 16.02.2025. Tags: tests, tdd, metatests,
“What/who tests the tests?” This question arises at some point while learning Test-Driven Development (TDD). If every piece of production code ends up tested in the TDD process by construction, does the same apply to the code of the produced tests themselves?
It’s time to go meta.