To get setup in the environment and run the tests, take the following steps:
virtualenv -p python3 env
source env/bin/activate
pip install -r requires/testing.txt
nosetests
flake8
Pull requests that make changes or additions that are not covered by tests will likely be closed without review.