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