more tests; coverage script and settings

This commit is contained in:
2021-11-13 21:56:42 +01:00
parent 83281f3625
commit d9344b1b4b
5 changed files with 53 additions and 9 deletions

4
.gitignore vendored
View File

@ -5,4 +5,6 @@
# Distribution / packaging:
*.egg-info/
# Python cache:
__pycache__/
__pycache__/
# Tests:
.coverage