diff options
-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) |