projects
/
pgwui_develop
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ffae9c
)
Fix so tox runs with different pythons don't share coverage data
author
Karl O. Pinc
<kop@karlpinc.com>
Sat, 28 Dec 2019 21:03:56 +0000
(15:03 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sat, 28 Dec 2019 21:03:56 +0000
(15:03 -0600)
README.rst
patch
|
blob
|
history
tox.ini
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 4bab1046130bdfe1bdaf0b67f54e377082e7c6e4..f97451d48991aa7676fd31b3b96e896a7577621a 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-21,11
+21,6
@@
.. #End Of Copyright Marker#
-.. Bugs: (Due to fixture testing)
- "make run_tests" leaves .coverage.eager.* files about
- Probably we need to get rid of the .coverage files in both cases.
- (removing .coverage fixes "make check" pickup of tox dirs)
-
PGWUI_Testing
=============
diff --git
a/tox.ini
b/tox.ini
index 36271087968644aba884f81a50a2864282e9ca5d..6b4945a2879e09c53345462693ba4cb475c4803e 100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-32,6
+32,7
@@
commands =
python setup.py sdist
twine check dist/*
flake8 .
+ coverage erase
py.test --cov --cov-append tests/
# coverage run --source src/testing -m py.test
# coverage report