Add instructions on how to run the tests.

This commit is contained in:
yackob03 2013-11-07 17:24:01 -05:00
parent 7d8336cb6d
commit ef67c0d2c3

View file

@ -43,3 +43,9 @@ kill -HUP <pid of gunicorn>
kill <pids of worker daemons>
restart daemons
```
running the tests:
```
STACK=test python -m unittest discover
```