We should consider adding a unittest testrunner to setup.py. Then one could easily run the tests by typing at the command line ``` python setup.py test ``` For more information see ["test"](http://packages.python.org/distribute/setuptools.html#test-build-package-and-run-a-unittest-suite) section of setup.py documentation.