diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-23 15:36:02 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-25 14:35:11 -0500 |
commit | 3c57eda03b6a1a40f480db30a19978e95dfbed31 (patch) | |
tree | ff9b9034a0b90aea3c2de9ea789a239ca359f818 /tests/test_process.py | |
parent | cb5e0841a13eda05745e6b4860ad71fe25461465 (diff) | |
download | python-coveragepy-git-3c57eda03b6a1a40f480db30a19978e95dfbed31.tar.gz |
Remove incorrect comment
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 1 |
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) |