HomeSort by relevance Sort by last modified time
    Searched refs:BasePyPIRCCommandTestCase (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/distutils/tests/
test_config.py 53 class BasePyPIRCCommandTestCase(support.TempdirManager,
60 super(BasePyPIRCCommandTestCase, self).setUp()
79 super(BasePyPIRCCommandTestCase, self).tearDown()
82 class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
test_upload.py 15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase
69 class uploadTestCase(BasePyPIRCCommandTestCase):
test_register.py 15 from distutils.tests.test_config import BasePyPIRCCommandTestCase
75 class RegisterTestCase(BasePyPIRCCommandTestCase):
test_sdist.py 26 from distutils.tests.test_config import BasePyPIRCCommandTestCase
55 class SDistTestCase(BasePyPIRCCommandTestCase):

Completed in 210 milliseconds