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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 51 class PyPIRCCommandTestCase(support.TempdirManager,
58 super(PyPIRCCommandTestCase, self).setUp()
77 super(PyPIRCCommandTestCase, self).tearDown()
120 return unittest.makeSuite(PyPIRCCommandTestCase)
test_upload.py 11 from distutils.tests.test_config import PYPIRC, PyPIRCCommandTestCase
56 class uploadTestCase(PyPIRCCommandTestCase):
test_register.py 15 from distutils.tests.test_config import PyPIRCCommandTestCase
69 class RegisterTestCase(PyPIRCCommandTestCase):
test_sdist.py 28 from distutils.tests.test_config import PyPIRCCommandTestCase
57 class SDistTestCase(PyPIRCCommandTestCase):
60 # PyPIRCCommandTestCase creates a temp dir already
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 51 class PyPIRCCommandTestCase(support.TempdirManager,
58 super(PyPIRCCommandTestCase, self).setUp()
77 super(PyPIRCCommandTestCase, self).tearDown()
120 return unittest.makeSuite(PyPIRCCommandTestCase)
test_upload.py 11 from distutils.tests.test_config import PYPIRC, PyPIRCCommandTestCase
56 class uploadTestCase(PyPIRCCommandTestCase):
test_register.py 15 from distutils.tests.test_config import PyPIRCCommandTestCase
69 class RegisterTestCase(PyPIRCCommandTestCase):
test_sdist.py 28 from distutils.tests.test_config import PyPIRCCommandTestCase
57 class SDistTestCase(PyPIRCCommandTestCase):
60 # PyPIRCCommandTestCase creates a temp dir already

Completed in 54 milliseconds