Implement teams in own file

This commit is contained in:
Sebastiaan
2025-06-09 15:42:44 +02:00
parent 5aab2add76
commit 7387dd7b40
11 changed files with 630 additions and 245 deletions

View File

@@ -3,6 +3,6 @@
set -e
set -x
coverage run --source=app -m pytest
coverage run --source=app -m pytest ${TEST}
coverage report --show-missing
coverage html --title "${@-coverage}"