Searched refs:mocked_get_json_from_url (Results 1 – 1 of 1) sorted by relevance
47 def test_get_valid_project(self, mocked_get_json_from_url): argument54 (url,), _ = mocked_get_json_from_url.call_args79 def test_valid_target(self, mocked_get_json_from_url): argument82 (url,), _ = mocked_get_json_from_url.call_args173 def test_get_latest_cov_report_info(self, mocked_get_json_from_url, argument179 mocked_get_json_from_url.assert_called_with(self.LATEST_REPORT_INFO_URL)