diff --git a/README.md b/README.md index 991943a..fcc19a4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ python -m venv .venv pip install -r requirements.txt ``` +## Testing + +To run the full suite of unit tests for the webapp simply run the following command in the venv +```sh +pytest +``` + ## Running ### Pre-Requisites