June 2017
Beginner to intermediate
274 pages
6h 49m
English
Note that nose is a third-party tool available via pip and Python Package Index. It does basically the same job as a unittest discover command, but it supports more control and customization as well as recognizing a wider range of tests. It can be installed using the following command line:
python3 -m pip install nose

Read now
Unlock full access