We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa578e7 commit 05668edCopy full SHA for 05668ed
distutils/tests/test_config.py
@@ -51,7 +51,7 @@ class BasePyPIRCCommandTestCase(support.TempdirManager):
51
pass
52
53
54
-class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
+class TestPyPIRCCommand(BasePyPIRCCommandTestCase):
55
def test_server_registration(self):
56
# This test makes sure PyPIRCCommand knows how to:
57
# 1. handle several sections in .pypirc
0 commit comments