February 2022
Intermediate to advanced
274 pages
6h 28m
English
When writing tests for a software project, it can be useful to understand how much of the application code is being tested and if there are any untested parts. In the next chapter, we’ll use the code coverage tools coverage.py and pytest-cov to see how much of the source code for the Cards project is being tested by the test suite developed in Chapter 7, Strategy.
Read now
Unlock full access