DEV Community

Discussion on: Stop lying to yourself when testing

Collapse
 
joefuzz profile image
Joe DuVall

Great post!

One thing I find easy to forget about TDD is that you do not merely start with a test. You start by writing a FAILING test. Witnessing a test fail is essential so that you see the test doing its job. If you never saw your tests fail, how do you know they work?