Home
last modified time | relevance | path

Searched defs:test_open_write_close (Results 1 – 2 of 2) sorted by relevance

/external/python/pyfakefs/pyfakefs/tests/
Dfake_stat_time_test.py402 def test_open_write_close(self): member in TestFakeModeW
439 def test_open_write_close(self): member in TestFakeModeWPlus
489 def test_open_write_close(self): member in TestFakeModeA
526 def test_open_write_close(self): member in TestFakeModeAPlus
599 def test_open_write_close(self): member in TestFakeModeRPlus
/external/autotest/client/common_lib/
Dutils_unittest.py154 class test_open_write_close(unittest.TestCase): class