Files
cpython/Lib
Berker Peksag 91d53e7b20 Make PyPIRCCommandTestCase derive from a base class
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.
2016-06-24 08:48:27 +03:00
..
2015-04-14 10:35:43 -04:00
2016-06-11 13:18:56 -07:00
2015-04-13 14:21:02 -04:00
2016-06-08 11:19:11 -07:00