Y
Hacker News
new
|
ask
|
show
|
jobs
by
forgotusername6
1583 days ago
I've had unit test suites in the past that failed to run the test if the test failed to compile. Those were the worst. I only found out because I roughly knew how many tests I expected to be run
1 comments
ianbicking
1582 days ago
During development I sometimes end my tests with assert 0, and only once I get to that failure do I know I've finished
link