OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DistributionTestCase
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py
41
class
DistributionTestCase
(support.TempdirManager,
47
super(
DistributionTestCase
, self).setUp()
54
super(
DistributionTestCase
, self).tearDown()
440
suite.addTest(unittest.makeSuite(
DistributionTestCase
))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py
41
class
DistributionTestCase
(support.TempdirManager,
47
super(
DistributionTestCase
, self).setUp()
54
super(
DistributionTestCase
, self).tearDown()
440
suite.addTest(unittest.makeSuite(
DistributionTestCase
))
Completed in 182 milliseconds