From babc1d647109aea4407db31f8c17e042e7c9aa55 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 9 Jan 2024 22:31:23 +0000 Subject: [PATCH] Updated readme to include testing instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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