projects
/
pgwui_server
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75cb8db
)
Adjust for unit test marking
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Nov 2020 17:06:15 +0000
(11:06 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 24 Nov 2020 17:06:15 +0000
(11:06 -0600)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index 7c02bc4ae6a414f780a1a00c5293dfa6a8dc22fc..d1341252ce805dcaa6a5f25953bb527d96ee23ea 100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-23,7
+23,8
@@
commands =
python setup.py sdist
twine check dist/*
flake8 .
- py.test --cov=pgwui_server tests/
+ py.test -m unittest --cov=pgwui_server tests/
+ py.test -m 'not unittest' --cov=pgwui_server tests/
# coverage run --source src/pgwui_server -m py.test
# coverage report