Tests überarbeitet, Mocks und coverage eingefügt

This commit is contained in:
2025-12-17 17:45:18 +01:00
parent 2d67ce8adc
commit f64d56d4bc
17 changed files with 562 additions and 201 deletions

12
.coveragerc Normal file
View File

@@ -0,0 +1,12 @@
[run]
source = modules
omit =
*/test/*
*/__init__.py
[report]
show_missing = True
skip_covered = False
[html]
directory = coverage_html