From: Karl O. Pinc Date: Tue, 24 Nov 2020 18:44:34 +0000 (-0600) Subject: Adjust for unit test marking X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=1e3a12bf9ec53b694286e5778eb52dacea76daa3;p=pgwui_common Adjust for unit test marking --- diff --git a/tox.ini b/tox.ini index 8510da9..61916f1 100644 --- 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