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.py404 def test_open_write_close(self): member in TestFakeModeW
441 def test_open_write_close(self): member in TestFakeModeWPlus
491 def test_open_write_close(self): member in TestFakeModeA
528 def test_open_write_close(self): member in TestFakeModeAPlus
601 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