summaryrefslogtreecommitdiff
path: root/test/test_process.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-08 23:55:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-08 23:55:33 -0500
commitb18fbe17f0c8955b8cb384054207791541fe043a (patch)
treea49968ae5fec43b5a2309fbce14d27f74df8684c /test/test_process.py
parente1ab382e3fa39df317509dcb0a4ccd3d626a29f1 (diff)
downloadpython-coveragepy-b18fbe17f0c8955b8cb384054207791541fe043a.tar.gz
Fix a typo in a test name
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 e32996a..ac08d1f 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)