adding latest tests

This commit is contained in:
2021-10-30 01:17:08 +01:00
parent d82c41f2ff
commit be55e20e4d
4 changed files with 74 additions and 3 deletions

7
.coveragerc Normal file
View File

@@ -0,0 +1,7 @@
[report]
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain if tests don't hit defensive assertion code:
raise NotImplementedError