Home
last modified time | relevance | path

Searched refs:BasePyPIRCCommandTestCase (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_config.py53 class BasePyPIRCCommandTestCase(support.TempdirManager, class
60 super(BasePyPIRCCommandTestCase, self).setUp()
80 super(BasePyPIRCCommandTestCase, self).tearDown()
83 class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
Dtest_upload.py15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase
69 class uploadTestCase(BasePyPIRCCommandTestCase):
Dtest_register.py15 from distutils.tests.test_config import BasePyPIRCCommandTestCase
75 class RegisterTestCase(BasePyPIRCCommandTestCase):
Dtest_sdist.py26 from distutils.tests.test_config import BasePyPIRCCommandTestCase
55 class SDistTestCase(BasePyPIRCCommandTestCase):