Home
last modified time | relevance | path

Searched refs:ConfigTestCase (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_config_cmd.py11 class ConfigTestCase(support.LoggingSilencer, class
20 super(ConfigTestCase, self).setUp()
27 super(ConfigTestCase, self).tearDown()
86 return unittest.makeSuite(ConfigTestCase)
/external/toolchain-utils/crosperf/
Dconfig_unittest.py13 class ConfigTestCase(unittest.TestCase): class