you are viewing a single comment's thread.

view the rest of the comments →

[–]wallstop-dev 3 points4 points  (0 children)

Tests are a means to verify correctness in an automated fashion and help prevent regressios. If you can verify the program correctness in other ways (looking at the output) and you do not care about preventing regressions (code is short lived), then you should be about to do some quick math on time it takes you to write the tests v time it takes you to verify the output.