News

As Meera points out, code coverage unveils a number of interesting aspects about code including: how effective our tests are, what parts of our source code are thoroughly executed.
The two biggest traps of code coverage are: We don't know our coverage, and coverage is everything ...
Improve your Python testing even more. In my last two articles, I introduced pytest, a library for testing Python code (see "Testing Your Code with Python's pytest" Part I and Part II). pytest has ...
A recent Spring Framework User Survey of Java developers found that Spring/Spring Boot users rate their code higher in quality, maintainability and test coverage that non-Spring users.