Chapter 8. Extending unittest with nose2
So far we have been using the unittest
test runner to run our tests. There are a number of other third-party test runners that have been created by the Python community. One of the most popular ones is nose2. nose2 provides additional features that improve on the default test runner.