Install requirement packages with
requirements-test.txt
:$ pip install -r requirements-test
Run tests with
nosetests
command provided by nose (it is automatically installed viarequirements-test.txt
)$ nosetests
All configuration for running tests can be found at [nosetests]
section of
setup.cfg
file.