improvements to the tests, and added testing to the pipeline. Now a package won't publish if it doesn't test :)

This commit is contained in:
2021-03-24 13:52:05 +01:00
parent fbf0277dd1
commit 9c4581cb72
2 changed files with 28 additions and 0 deletions

7
test/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
import unittest
if __name__ == '__main__':
unittest.main()