kriwil.com

Aldiantoro Nugroho on Random Stuff
2004 - 2024
Jun 8, 2018

Measure your tests coverage in Python

Now you have tests in your project. But how can you be sure that the tests cover all the code (you need). It would be painful to find a bug because you didn’t realize that part of code isn’t tested yet.

Coverage makes your tests useful. Do it.