diff options
Diffstat (limited to 'test/test_process.py')
-rw-r--r-- | test/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py index e32996a4..ac08d1fe 100644 --- a/test/test_process.py +++ b/test/test_process.py @@ -402,7 +402,7 @@ class ProcessTest(CoverageTest): class AliasedCommandTests(CoverageTest): """Tests of the version-specific command aliases.""" - def test__major_version_works(self): + def test_major_version_works(self): # "coverage2" works on py2 cmd = "coverage%d" % sys.version_info[0] out = self.run_command(cmd) |