Initial version with identity handling

This commit is contained in:
2022-04-11 15:45:45 +02:00
commit 382449d6bb
19 changed files with 1340 additions and 0 deletions

7
.coveragerc Normal file
View File

@@ -0,0 +1,7 @@
[run]
branch = True
[report]
fail_under = 100
show_missing = true
skip_covered = true