I'm back!

This commit is contained in:
Benjamin Kirkbride
2019-06-29 15:53:30 -04:00
parent a44c3523d4
commit 5b62df0409
14 changed files with 454 additions and 219 deletions

View File

@@ -1,3 +1,3 @@
import pytest
pytest.main(["-x", "tests/unit2"])
pytest.main(["--tb=native", "-s", "tests"])