From 1c5099db11638a1adadaf2e4d7af4d6bef3f5f5d Mon Sep 17 00:00:00 2001 From: Brian Duggan Date: Thu, 24 May 2018 12:29:10 -0400 Subject: [PATCH] README --- Makefile | 2 ++ README.md | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..ab883082 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +test: + python -m pytest diff --git a/README.md b/README.md index 45a9de95..6f412534 100644 --- a/README.md +++ b/README.md @@ -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