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
commitdd644abc9c6eb722fdf5c646342d75324ef433cc (patch)
tree8d5bc9c76b1714645fc9c79864eaf140fdb656e6 /test/test_process.py
parent62489d0ee3376e6c86f0589b2419d743df21e401 (diff)
downloadpython-coveragepy-git-dd644abc9c6eb722fdf5c646342d75324ef433cc.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 83cbc0f3..26a69b1e 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
""")