March 2020
Intermediate to advanced
608 pages
17h 17m
English
The coverage utility runs the tests and checks how many lines of code are covered by tests. In our example, the tests we wrote covered 48% of the code. If project stability is important to you, when you have time, seek to get closer to 100%.
In the coverage configuration, we skipped the static assets, templates, and other non-Python files.