From 6fc44cd5893765ac4239d3fc5b08450b89d75456 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 24 Feb 2010 21:52:45 -0500 Subject: Clarify a comment --- test/test_process.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_process.py') diff --git a/test/test_process.py b/test/test_process.py index 53dce065..6198f52e 100644 --- a/test/test_process.py +++ b/test/test_process.py @@ -184,8 +184,8 @@ class ProcessTest(CoverageTest): f2() """) - # The important thing is for "coverage run" and "python" to report the - # same traceback. + # The important thing is for "coverage run" and "python" to have the + # same output. No traceback. out = self.run_command("coverage run exit.py") out2 = self.run_command("python exit.py") self.assertMultiLineEqual(out, out2) -- cgit v1.2.1