April 25, 2017
8 a.m.
On Apr 24, 2017, at 09:32 PM, Ethan Furman wrote:
I dislike code coverage because there is a temptation to write artficial tests whereas the code is tested indirectly or the code is not important enough to *require* tests.
If it's not important enough to require tests it's not important enough to be in Python. ;)
"Untested code is broken code" :)
-Barry