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

diff --git a/tox.ini b/tox.ini
index 8510da9a4ae6d40e42d603cf309e671a889f73ee..61916f12a959f62d6f2f39bfc379ac478829ea34 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,8 @@ commands =
     python setup.py sdist
     twine check dist/*
     flake8 .
-    py.test --cov=pgwui_common tests/
+    py.test -m unittest --cov=pgwui_common tests/
+    py.test -m 'not unittest' --cov=pgwui_common tests/
     # coverage run  --source src/pgwui_common -m py.test
     # coverage report