Fix so tox runs with different pythons don't share coverage data
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 28 Dec 2019 21:03:56 +0000 (15:03 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 28 Dec 2019 21:03:56 +0000 (15:03 -0600)
README.rst
tox.ini

index 4bab1046130bdfe1bdaf0b67f54e377082e7c6e4..f97451d48991aa7676fd31b3b96e896a7577621a 100644 (file)
 
 .. #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