Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_argparse.py41 class TempDirMixin(object): class
1349 class TestArgumentsFromFile(TempDirMixin, ParserTestCase):
1384 class TestArgumentsFromFileConverter(TempDirMixin, ParserTestCase):
1449 class TestFileTypeR(TempDirMixin, ParserTestCase):
1473 class TestFileTypeDefaults(TempDirMixin, ParserTestCase):
1490 class TestFileTypeRB(TempDirMixin, ParserTestCase):
1534 class TestFileTypeW(TempDirMixin, ParserTestCase):
1555 class TestFileTypeWB(TempDirMixin, ParserTestCase):
/external/python/cpython3/Lib/test/
Dtest_argparse.py31 class TempDirMixin(object): class
1457 class TestArgumentsFromFile(TempDirMixin, ParserTestCase):
1491 class TestArgumentsFromFileConverter(TempDirMixin, ParserTestCase):
1576 class TestFileTypeR(TempDirMixin, ParserTestCase):
1599 class TestFileTypeDefaults(TempDirMixin, ParserTestCase):
1616 class TestFileTypeRB(TempDirMixin, ParserTestCase):
1657 class TestFileTypeW(TempDirMixin, ParserTestCase):
1677 class TestFileTypeWB(TempDirMixin, ParserTestCase):