Updated readme to include testing instructions
This commit is contained in:
parent
b7dd1b9ef0
commit
babc1d6471
@ -18,6 +18,13 @@ python -m venv .venv
|
|||||||
pip install -r requirements.txt
|
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
|
## Running
|
||||||
|
|
||||||
### Pre-Requisites
|
### Pre-Requisites
|
||||||
|
Loading…
Reference in New Issue
Block a user