|
|
|
|
|
by finaliteration
2984 days ago
|
|
Sorry, this wasn’t totally clear and I thought “run all tests” was implied. What I was trying to get at was the difference between “we have a suite that includes individual tests for every single separate method so we have great coverage” vs “we have a suite of tests that run against public APIs that still manage to touch the methods involved”. The former may test “everything” but not in the right way, if that makes sense. I should have said “you’ve only written a test” rather than only having run a test. |
|