June 2017
Beginner to intermediate
274 pages
6h 49m
English
We're going to look at two specific features among the many that nose provides. These are:
In order to get a coverage report, we first need to make sure that the coverage module is installed. We could do this with a simple pip command, as follows:
python3 -m pip install coverage

Once we have the coverage module in place, we can enable a coverage report for our test with nothing more than a couple of nose's command-line ...
Read now
Unlock full access