From 0cd1a72252e2e6c0c8aaba98bba7a16895d103e7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 17 Sep 2015 21:39:00 -0400 Subject: derp2 --- tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_process.py') diff --git a/tests/test_process.py b/tests/test_process.py index d3d81876..52cb5d2d 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -712,10 +712,10 @@ class AliasedCommandTest(CoverageTest): # "coverage3" doesn't work on py2 badcmd = "coverage%d" % (5 - sys.version_info[0]) out = self.run_command(badcmd) - #self.assertNotIn("Code coverage for Python", out) if "Code coverage" in out: out = self.run_command(badcmd + " debug sys") print(out) + self.assertNotIn("Code coverage for Python", out) def test_specific_alias_works(self): # "coverage-2.7" works on py2.7 -- cgit v1.2.1