all of this

This commit is contained in:
2019-04-21 07:35:54 -04:00
parent b1e69a5ede
commit 81278dbe51
6 changed files with 175 additions and 55 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ class PyTest(Command):
def run(self):
import pytest
# errno = pytest.main(["-n", "auto"])
errno = pytest.main([])
errno = pytest.main(["-n", "auto"])
# errno = pytest.main([])
sys.exit(errno)