Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 461 Bytes

TEST.rst

File metadata and controls

15 lines (10 loc) · 461 Bytes

How to run the tests

  1. Install requirement packages with requirements-test.txt:

    $ pip install -r requirements-test
    
  2. Run tests with nosetests command provided by nose (it is automatically installed via requirements-test.txt)

    $ nosetests

All configuration for running tests can be found at [nosetests] section of setup.cfg file.