added unittests for the events controller

This commit is contained in:
Lucas Jensen
2024-05-02 17:29:37 -07:00
parent d0e44f64da
commit 8e818160e0
7 changed files with 198 additions and 14 deletions

View File

@@ -28,10 +28,10 @@ To seed the mysql database:
poetry run seed
```
To retrieve a token for testing:
Automated tests can be run with:
```bash
poetry run token
poetry run pytest
```
To run the FastAPI app in development mode: