added pytest files

This commit is contained in:
Falko Victor Habel 2025-03-15 23:42:19 +01:00
parent fd518ff080
commit 55f00b7906
2 changed files with 13 additions and 0 deletions

10
.coveragerc Normal file
View File

@ -0,0 +1,10 @@
[run]
branch = True
source = src
omit =
*/tests/*
*/migrations/*
[report]
show_missing = True
fail_under = 80

3
pytest.ini Normal file
View File

@ -0,0 +1,3 @@
[pytest]
testpaths = tests/
python_files = test_*.py