diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-29 10:28:31 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-29 10:28:31 -0500 |
commit | 1d1c4b78cb0244c0f9577ca868d38b8ce2d6a7bc (patch) | |
tree | ef6d85233a6c14936df1b17c25837b8168ecce82 /test/test_process.py | |
parent | c7952fffc11660f3e751951401609d8c45f49ea8 (diff) | |
download | python-coveragepy-1d1c4b78cb0244c0f9577ca868d38b8ce2d6a7bc.tar.gz |
This is the correct fix for #224. Data gets collected, and doesn't incur crazy harvesting during reporting.
Diffstat (limited to 'test/test_process.py')
-rw-r--r-- | test/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py index 83cbc0f..26a69b1 100644 --- a/test/test_process.py +++ b/test/test_process.py @@ -408,7 +408,7 @@ class ProcessTest(CoverageTest): """) self.make_file(".coveragerc", """\ [run] - source = + source = . xyzzy """) |