test(backend): switch to django test runner

This commit is contained in:
2026-04-30 12:41:38 +03:30
parent a2de2a133c
commit 204225dd16
8 changed files with 70 additions and 8 deletions

11
.coveragerc Normal file
View File

@@ -0,0 +1,11 @@
[run]
branch = True
source =
apps
omit =
*/migrations/*
*/tests/*
[report]
show_missing = True
skip_covered = False