Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/test/testmock/
H A Dtestwith.py134 with patch.object(c, 'f') as patch2:
136 self.assertEqual(patch2.call_count, 1)
/third_party/json/tests/src/
H A Dunit-json_patch.cpp66 json patch2 = R"([{ "op": "add", "path": "/a/b/c", "value": 1 }])"_json; variable
70 CHECK_THROWS_WITH_AS(doc3.patch(patch2), "[json.exception.out_of_range.403] (/a) key 'b' not found", json::out_of_range&);
72 CHECK_THROWS_WITH_AS(doc3.patch(patch2), "[json.exception.out_of_range.403] key 'b' not found", json::out_of_range&);

Completed in 3 milliseconds