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 | dd644abc9c6eb722fdf5c646342d75324ef433cc (patch) | |
tree | 8d5bc9c76b1714645fc9c79864eaf140fdb656e6 /test | |
parent | 62489d0ee3376e6c86f0589b2419d743df21e401 (diff) | |
download | python-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')
-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 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 """) |