## Testing Run the test suite with setuptools: ```bash $ ./setup.py test ``` You can obtain a coverage report with nose: ```bash $ ./setup nosetests --with-coverage --cover-package=stackify ``` You might need to install the `nose` and `coverage` packages.