This commit is contained in:
Brian Duggan 2018-05-24 12:29:10 -04:00
parent 487cb147bb
commit 1c5099db11
2 changed files with 12 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
test:
python -m pytest

View File

@ -17,6 +17,16 @@ To start the app and watch for changes:
DEBUG=1 ./app.py
## Testing
To run unit tests:
python -m pytest
or
make test
## Notes
tornado templates are like mustache templates -- add the