Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_ntpath.py309 class NtCommonTest(test_genericpath.CommonTest): class
315 test_support.run_unittest(TestNtpath, NtCommonTest)
/external/python/cpython3/Lib/test/
Dtest_ntpath.py718 class NtCommonTest(test_genericpath.CommonTest, unittest.TestCase): class