Add pytest unit testing framework

This commit is contained in:
Kai A. Hiller
2018-11-27 15:57:11 +01:00
parent 7d5e946067
commit 4254b85628
10 changed files with 645 additions and 15 deletions
+3
View File
@@ -0,0 +1,3 @@
pytest_plugins = [
"tests.utils.fixtures",
]