diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-07 16:20:38 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-08 06:36:47 -0500 |
commit | b40e3c89d264c021a29db90dcfd3ab58f3f8ab0e (patch) | |
tree | 1369b939907f00ba739faedf9e75c17f0b07faae | |
parent | 09bc2d6ab0f951c58546dab234edeaa9de7d4c44 (diff) | |
download | python-coveragepy-git-b40e3c89d264c021a29db90dcfd3ab58f3f8ab0e.tar.gz |
test: no need to combine during each test run, do it at the end
-rw-r--r-- | igor.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -205,9 +205,7 @@ def run_tests_with_coverage(tracer, *runner_args): cov.stop() os.remove(pth_path) - cov.combine() cov.save() - return status |