Home
last modified time | relevance | path

Searched defs:mock_open (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/library/
Dunittest.mock.rst2442 mock_open section in Helpers
2513 .. _auto-speccing:
/third_party/python/Lib/idlelib/idle_test/
Dtest_outwin.py148 def test_file_line_helper(self, mock_open): argument
/third_party/python/Lib/test/
Dtest_sax.py207 def mock_open(*args): function
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py394 def test_open(mock_open): argument
/third_party/python/Lib/unittest/
Dmock.py2815 def mock_open(mock=None, read_data=''): function