Skip to content

Nosetests

NoseTests#

What is Nose Tests?#

Note: Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest.

How to Install the NoseTests Utility?#

pip install nose

Run Tests#

cd path/to/project
nosetests

Get Nosetests Help#

nosetests -h