Add instructions on how to run the tests.
This commit is contained in:
parent
7d8336cb6d
commit
ef67c0d2c3
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Reference in a new issue