Skip to content

Commit

Permalink
Enabled TestPyPIRCCommand to run its tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 5, 2024
1 parent fa578e7 commit 05668ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distutils/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class BasePyPIRCCommandTestCase(support.TempdirManager):
pass


class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
class TestPyPIRCCommand(BasePyPIRCCommandTestCase):
def test_server_registration(self):
# This test makes sure PyPIRCCommand knows how to:
# 1. handle several sections in .pypirc
Expand Down

0 comments on commit 05668ed

Please sign in to comment.