Home
last modified time | relevance | path

Searched refs:PyPIRCCommandTestCase (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_config.py51 class PyPIRCCommandTestCase(support.TempdirManager, class
58 super(PyPIRCCommandTestCase, self).setUp()
77 super(PyPIRCCommandTestCase, self).tearDown()
120 return unittest.makeSuite(PyPIRCCommandTestCase)
Dtest_upload.py12 from distutils.tests.test_config import PYPIRC, PyPIRCCommandTestCase
58 class uploadTestCase(PyPIRCCommandTestCase):
Dtest_register.py15 from distutils.tests.test_config import PyPIRCCommandTestCase
69 class RegisterTestCase(PyPIRCCommandTestCase):
Dtest_sdist.py28 from distutils.tests.test_config import PyPIRCCommandTestCase
57 class SDistTestCase(PyPIRCCommandTestCase):
/external/python/cpython3/Lib/distutils/tests/
Dtest_config.py83 class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase): class
138 return unittest.makeSuite(PyPIRCCommandTestCase)