commit | 91d53e7b20baf5b9b58cb9737b8871793c23fd7b | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Fri Jun 24 08:48:27 2016 +0300 |
committer | Berker Peksag <berker.peksag@gmail.com> | Fri Jun 24 08:48:27 2016 +0300 |
tree | be7552d0b7933ccb2ba774a3397c816c4baf0b00 | |
parent | 9e941d6373ea5e233a26e5fb0af6731d88f14049 [diff] |
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.