From: Karl O. Pinc Date: Tue, 24 Nov 2020 17:07:07 +0000 (-0600) Subject: Adjust for unit test marking X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=c49fc28cde04027930c6857f210b5923054de3c7;p=pgwui_develop Adjust for unit test marking --- diff --git a/tox.ini b/tox.ini index d969de8..d06fe1e 100644 --- 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