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

diff --git a/tox.ini b/tox.ini
index b7cc8c474c5f2c6e43c8d5a3464560f81b67d11f..bef05d66a3878623f85c93492d51790ebc61a9a5 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_menu tests/
+    py.test -m unittest --cov=pgwui_menu tests/
+    py.test -m 'not unittest' --cov=pgwui_menu tests/
     # coverage run  --source src/pgwui_menu -m py.test
     # coverage report