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

@@ -29,7 +29,6 @@ pytest = "^8.1.1"
[tool.poetry.scripts]
dev = "app.scripts.run:main"
seed = "app.scripts.seed:main"
token = "app.scripts.token:main"
[build-system]