Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_stat.py9 class TestFilemode: class
221 class TestFilemodeCStat(TestFilemode, unittest.TestCase):
224 formats = TestFilemode.formats | {'S_IFDOOR', 'S_IFPORT', 'S_IFWHT'}
225 format_funcs = TestFilemode.format_funcs | {'S_ISDOOR', 'S_ISPORT',
229 class TestFilemodePyStat(TestFilemode, unittest.TestCase):
/external/python/cpython2/Lib/test/
Dtest_stat.py6 class TestFilemode(unittest.TestCase): class
172 run_unittest(TestFilemode)