Home
last modified time | relevance | path

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

/aosp_15_r20/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.py16 from distutils.tests.test_config import BasePyPIRCCommandTestCase
76 class RegisterTestCase(BasePyPIRCCommandTestCase):
Dtest_sdist.py27 from distutils.tests.test_config import BasePyPIRCCommandTestCase
56 class SDistTestCase(BasePyPIRCCommandTestCase):
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/
H A Dtest_config.py53 class BasePyPIRCCommandTestCase(support.TempdirManager, class
60 super(BasePyPIRCCommandTestCase, self).setUp()
80 super(BasePyPIRCCommandTestCase, self).tearDown()
83 class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
H A Dtest_upload.py15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase
69 class uploadTestCase(BasePyPIRCCommandTestCase):
H A Dtest_register.py16 from distutils.tests.test_config import BasePyPIRCCommandTestCase
76 class RegisterTestCase(BasePyPIRCCommandTestCase):
H A Dtest_sdist.py27 from distutils.tests.test_config import BasePyPIRCCommandTestCase
56 class SDistTestCase(BasePyPIRCCommandTestCase):
/aosp_15_r20/external/python/setuptools/setuptools/_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.py17 from distutils.tests.test_config import BasePyPIRCCommandTestCase
77 class RegisterTestCase(BasePyPIRCCommandTestCase):
Dtest_sdist.py22 from distutils.tests.test_config import BasePyPIRCCommandTestCase
51 class SDistTestCase(BasePyPIRCCommandTestCase):