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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sdist.py 59 class SDistTestCase(PyPIRCCommandTestCase):
64 super(SDistTestCase, self).setUp()
78 super(SDistTestCase, self).tearDown()
426 return unittest.makeSuite(SDistTestCase)
  /external/python/cpython2/Lib/distutils/tests/
test_sdist.py 57 class SDistTestCase(PyPIRCCommandTestCase):
62 super(SDistTestCase, self).setUp()
76 super(SDistTestCase, self).tearDown()
501 return unittest.makeSuite(SDistTestCase)
  /external/python/cpython3/Lib/distutils/tests/
test_sdist.py 55 class SDistTestCase(BasePyPIRCCommandTestCase):
60 super(SDistTestCase, self).setUp()
74 super(SDistTestCase, self).tearDown()
481 return unittest.makeSuite(SDistTestCase)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 57 class SDistTestCase(PyPIRCCommandTestCase):
62 super(SDistTestCase, self).setUp()
76 super(SDistTestCase, self).tearDown()
509 return unittest.makeSuite(SDistTestCase)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 57 class SDistTestCase(PyPIRCCommandTestCase):
62 super(SDistTestCase, self).setUp()
76 super(SDistTestCase, self).tearDown()
509 return unittest.makeSuite(SDistTestCase)

Completed in 98 milliseconds