Searched refs:mock_get_json_from_url (Results 1 – 1 of 1) sorted by relevance
50 def test_get_valid_project(self, mock_get_json_from_url): argument57 (url,), _ = mock_get_json_from_url.call_args83 def test_valid_target(self, mock_get_json_from_url): argument86 (url,), _ = mock_get_json_from_url.call_args218 def test_get_oss_fuzz_latest_cov_report_info(self, mock_get_json_from_url, argument224 mock_get_json_from_url.assert_called_with(self.LATEST_REPORT_INFO_URL)