projects
/
pgwui_menu
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a674c0
)
Adjust for unit test marking
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Nov 2020 17:05:18 +0000
(11:05 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Nov 2020 17:05:18 +0000
(11:05 -0600)
tox.ini
patch
|
blob
|
history
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