Comment on 3 percent of Python codebases we checked had silently failing unit testsparentComments−ianbicking4yDuring development I sometimes end my tests with assert 0, and only once I get to that failure do I know I've finished
Comments
During development I sometimes end my tests with assert 0, and only once I get to that failure do I know I've finished