Add pytest configuration

This commit is contained in:
Alex Forencich
2020-12-02 16:26:18 -08:00
parent a48da65f55
commit 53217b614c

View File

@@ -16,3 +16,7 @@ deps =
commands = commands =
pytest -n auto pytest -n auto
[tool:pytest]
testpaths =
tests