From ee5268d8fe594e8f897e27235fb63140ac4d0063 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 28 Dec 2019 15:03:56 -0600 Subject: [PATCH] Fix so tox runs with different pythons don't share coverage data --- README.rst | 5 ----- tox.ini | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 4bab104..f97451d 100644 --- 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 3627108..6b4945a 100644 --- 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 -- 2.34.1