Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 257 Bytes

File metadata and controls

11 lines (10 loc) · 257 Bytes

Testing

Run the test suite with setuptools:

$ ./setup.py test

You can obtain a coverage report with nose:

$ ./setup nosetests --with-coverage --cover-package=stackify

You might need to install the nose and coverage packages.