init commit

This commit is contained in:
Benjamin Kirkbride
2019-04-28 21:41:55 -04:00
parent 69b18bc6aa
commit b117bd6fc2
20 changed files with 2067 additions and 0 deletions

3
tests/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
import pytest
pytest.main(["-x", "tests/unit2"])