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.