Updated readme to include testing instructions

This commit is contained in:
Luke Else 2024-01-09 22:31:23 +00:00
parent b7dd1b9ef0
commit babc1d6471

View File

@ -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