summaryrefslogtreecommitdiff
path: root/test/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_process.py')
-rw-r--r--test/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py
index 8a47bfc7..917abc70 100644
--- a/test/test_process.py
+++ b/test/test_process.py
@@ -275,7 +275,7 @@ class ProcessTest(CoverageTest):
Coverage.py warning: Module quux was never imported.
Coverage.py warning: No data was collected.
""") in out)
-
+
def test_warnings_if_never_run(self):
out = self.run_command("coverage run i_dont_exist.py")
self.assertTrue("No file to run: 'i_dont_exist.py'" in out)