summaryrefslogtreecommitdiff
path: root/test/test_process.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-29 10:28:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-29 10:28:31 -0500
commit1d1c4b78cb0244c0f9577ca868d38b8ce2d6a7bc (patch)
treeef6d85233a6c14936df1b17c25837b8168ecce82 /test/test_process.py
parentc7952fffc11660f3e751951401609d8c45f49ea8 (diff)
downloadpython-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.py2
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
""")