• Berker Peksag's avatar
    Make PyPIRCCommandTestCase derive from a base class · 90d7e0e1
    Berker Peksag authored
    Several test cases in distutils use PyPIRCCommandTestCase as
    their base class and as a result of that the following tests
    were ran more than once:
    
    * test_server_registration
    * test_server_empty_registration
    * test_config_interpolation
    
    This commit moves the infrastructure used by other tests
    into a new BasePyPIRCCommandTestCase class.
    90d7e0e1
test_config.py 3.77 KB