From 1b7203ce3053984dd66219cb1d999adaadf0a995 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Wed, 11 Jul 2018 10:55:55 -0400 Subject: [PATCH] Add note to README on pytest-watch use --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 64996466..d759de47 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ To run only the unit tests: pipenv run python -m pytest +To re-run tests each time a file is changed: + + pipenv run ptw + ## Notes tornado templates are like mustache templates -- add the