Skip to content

Commit 05668ed

Browse files
committed
Enabled TestPyPIRCCommand to run its tests.
1 parent fa578e7 commit 05668ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class BasePyPIRCCommandTestCase(support.TempdirManager):
5151
pass
5252

5353

54-
class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
54+
class TestPyPIRCCommand(BasePyPIRCCommandTestCase):
5555
def test_server_registration(self):
5656
# This test makes sure PyPIRCCommand knows how to:
5757
# 1. handle several sections in .pypirc

0 commit comments

Comments
 (0)