Adjust for unit test marking
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 24 Nov 2020 17:07:07 +0000 (11:07 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 24 Nov 2020 17:07:07 +0000 (11:07 -0600)
tox.ini

diff --git a/tox.ini b/tox.ini
index d969de84441236078cce308c0f0c468fd807a228..d06fe1e9062ece9c607589c57aa3afa21b55cfbc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -33,7 +33,8 @@ commands =
     twine check dist/*
     flake8 .
     coverage erase
-    py.test --cov --cov-append tests/
+    py.test -m unittest --cov=pgwui_testing tests/
+    py.test -m 'not unittest' --cov=pgwui_testing tests/
     # coverage run  --source src/testing -m py.test
     # coverage report