projects
/
pgwui_upload
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b382c
)
Adjust for unit test marking
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Nov 2020 17:07:55 +0000
(11:07 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Nov 2020 17:07:55 +0000
(11:07 -0600)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index bf124693efeb32cddd85d014d2d912b5a4ae2852..6591a14fb0c8d79048719dd2593e892b48c6422c 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_upload tests/
+ py.test -m unittest --cov=pgwui_upload tests/
+ py.test -m 'not unittest' --cov=pgwui_upload tests/
# coverage run --source src/pgwui_upload -m py.test
# coverage report