I was watching the python coverage talk & the performance tuning guy said "we don't care how often a line is executed"... and I thought, weird that I recently wanted to know this to find out what area of my code base is excessively tested & what could use a few more layers of tests. 1,000 tests on a small code base right now is basically free. If I want to test more, beyond 100%, I'm adding more coverage to the same lines.
Post
May 18, 2024