Home
last modified time | relevance | path

Searched refs:test_open_template (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_shelve.py66 def test_open_template(self, filename=None, protocol=None): member in TestCase
78 self.test_open_template(protocol=0)
81 self.test_open_template(protocol=1)
84 self.test_open_template(protocol=2)
87 self.test_open_template(filename=os_helper.FakePath(self.fn))
90 self.test_open_template(filename=os.fsencode(self.fn))
93 self.test_open_template(filename=os_helper.FakePath(os.fsencode(self.fn)))

Completed in 5 milliseconds