From 8ca5a1fb94ba76526d60346b95e3ef36d7a6a8fa Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 10 Nov 2009 21:30:44 -0500 Subject: Make this test use only new-style commands. --- test/test_summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_summary.py') diff --git a/test/test_summary.py b/test/test_summary.py index e71b321..36db996 100644 --- a/test/test_summary.py +++ b/test/test_summary.py @@ -95,7 +95,7 @@ class SummaryTest(CoverageTest): """) out = self.run_command("coverage run --branch mybranch.py") self.assertEqual(out, 'x\n') - report = self.report_from_command("coverage -r") + report = self.report_from_command("coverage report") # Name Stmts Exec Branch BrExec Cover # -------------------------------------------- -- cgit v1.2.1