projects
/
pgwui_develop
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a647554
)
Adjust for unit test marking
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Nov 2020 17:07:07 +0000
(11:07 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Nov 2020 17:07:07 +0000
(11:07 -0600)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index d969de84441236078cce308c0f0c468fd807a228..d06fe1e9062ece9c607589c57aa3afa21b55cfbc 100644
(file)
--- 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