Searched refs:BasePyPIRCCommandTestCase (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/ |
D | test_config.py | 53 class BasePyPIRCCommandTestCase(support.TempdirManager, class 60 super(BasePyPIRCCommandTestCase, self).setUp() 80 super(BasePyPIRCCommandTestCase, self).tearDown() 83 class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
|
D | test_upload.py | 15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase 69 class uploadTestCase(BasePyPIRCCommandTestCase):
|
D | test_register.py | 16 from distutils.tests.test_config import BasePyPIRCCommandTestCase 76 class RegisterTestCase(BasePyPIRCCommandTestCase):
|
D | test_sdist.py | 27 from distutils.tests.test_config import BasePyPIRCCommandTestCase 56 class SDistTestCase(BasePyPIRCCommandTestCase):
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/ |
H A D | test_config.py | 53 class BasePyPIRCCommandTestCase(support.TempdirManager, class 60 super(BasePyPIRCCommandTestCase, self).setUp() 80 super(BasePyPIRCCommandTestCase, self).tearDown() 83 class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
|
H A D | test_upload.py | 15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase 69 class uploadTestCase(BasePyPIRCCommandTestCase):
|
H A D | test_register.py | 16 from distutils.tests.test_config import BasePyPIRCCommandTestCase 76 class RegisterTestCase(BasePyPIRCCommandTestCase):
|
H A D | test_sdist.py | 27 from distutils.tests.test_config import BasePyPIRCCommandTestCase 56 class SDistTestCase(BasePyPIRCCommandTestCase):
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/ |
D | test_config.py | 53 class BasePyPIRCCommandTestCase(support.TempdirManager, class 60 super(BasePyPIRCCommandTestCase, self).setUp() 80 super(BasePyPIRCCommandTestCase, self).tearDown() 83 class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
|
D | test_upload.py | 15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase 69 class uploadTestCase(BasePyPIRCCommandTestCase):
|
D | test_register.py | 17 from distutils.tests.test_config import BasePyPIRCCommandTestCase 77 class RegisterTestCase(BasePyPIRCCommandTestCase):
|
D | test_sdist.py | 22 from distutils.tests.test_config import BasePyPIRCCommandTestCase 51 class SDistTestCase(BasePyPIRCCommandTestCase):
|