This commit is contained in:
godd0t
2023-05-10 09:02:59 +02:00
commit 8ff2ae26e7
38 changed files with 975 additions and 0 deletions

4
scripts/test.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash -e
coverage run -m pytest -v
exit 0