HomeSort by relevance Sort by last modified time
    Searched refs:json_mock (Results 1 - 2 of 2) sorted by null

  /external/python/oauth2client/tests/contrib/
test_multistore_file.py 340 with json_patch as json_mock:
341 json_mock.side_effect = ValueError('')
343 self.assertTrue(json_mock.called)
349 with json_patch as json_mock:
350 json_mock.return_value = {}
352 self.assertTrue(json_mock.called)
358 with json_patch as json_mock:
359 json_mock.return_value = {'file_version': 5}
362 self.assertTrue(json_mock.called)
367 with json_patch as json_mock
    [all...]
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config_unittest.py     [all...]

Completed in 1128 milliseconds