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