Initial commit

This commit is contained in:
2022-01-11 16:06:44 +01:00
commit 8b8b41a3ee
10 changed files with 81 additions and 0 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
coverage erase && coverage run -m unittest discover && coverage report