summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-23 15:36:02 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-25 14:35:11 -0500
commit3c57eda03b6a1a40f480db30a19978e95dfbed31 (patch)
treeff9b9034a0b90aea3c2de9ea789a239ca359f818
parentcb5e0841a13eda05745e6b4860ad71fe25461465 (diff)
downloadpython-coveragepy-git-3c57eda03b6a1a40f480db30a19978e95dfbed31.tar.gz
Remove incorrect comment
-rw-r--r--tests/test_process.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 62eb701c..d4db11fe 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -944,7 +944,6 @@ class EnvironmentTest(CoverageTest):
import process_test.try_execfile
""")
- # These -m commands assume the coverage tree is on the path.
expected = self.run_command("python myscript")
actual = self.run_command("coverage run --source process_test myscript")
self.assert_tryexecfile_output(expected, actual)