From e8a39d09e78660225d298a0715d85328ea05ca54 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Fri, 21 Aug 2020 15:15:06 -0600 Subject: [PATCH] docs: fix pytest-watch reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54cbd06..199a145 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ AGRC's default Python project configuration/template - `pip install -e ".[tests]"` - add any project requirements to the `setup.py:install_requires` array 1. Run the tests - - `pwt` - - **P**ython **W**atch **T**est will restart the tests every time you save a file + - `ptw` + - **P**y**t**est **W**atch will restart the tests every time you save a file 1. Bring your test code coverage to 80% or above!