From 3c57eda03b6a1a40f480db30a19978e95dfbed31 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 23 Nov 2018 15:36:02 -0500 Subject: Remove incorrect comment --- tests/test_process.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_process.py') 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) -- cgit v1.2.1