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
![](https://static.packt-cdn.com/products/9781787283695/graphics/assets/10500722-c392-45b0-a574-59846bb4432a.jpg)