Y
Hacker News
new
|
ask
|
show
|
jobs
by
kpU8efre7r
2412 days ago
I've been asked to literally test that values are incremented. Like, does ++ add 1 to the value in C, just to be safe, for the sake of 100% coverage.
1 comments
kelnos
2400 days ago
I've seen tests that essentially look like that, and tests that, when you really look at it, pretty much just test the testing framework and mocking library and don't really exercise application code. It's infuriatingly useless.
link