test: interim unit tests

!1
This commit is contained in:
2024-05-10 14:13:33 +09:30
parent 789777a270
commit 5ca58f1883
11 changed files with 286 additions and 2 deletions

View File

@ -30,3 +30,13 @@ python3 manage.py createsuperuser
```
Updates to python modules will need to be captured with SCM. This can be done by running `pip freeze > requirements.txt` from the running virtual environment.
## Running Tests
test can be run by running the following:
1. `pip install -r requirements_test.txt -r requirements.txt`
1. `pytest --cov --cov-report html --cov=./`