Reorganize scripts and E2E tests

This commit is contained in:
Sascha Ißbrücker
2023-05-21 14:32:24 +02:00
parent 417dce785a
commit 84f13dd792
15 changed files with 107 additions and 14 deletions

5
scripts/coverage.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
coverage erase
coverage run manage.py test
coverage report --sort=cover