Home
last modified time | relevance | path

Searched refs:mock_post (Results 1 – 1 of 1) sorted by relevance

/test/framework/harnesses/host_controller/build/
Dbuild_provider_pab_test.py106 def testGetArtifactURL(self, mock_post, mock_creds): argument
111 mock_post.return_value = response
121 mock_post.assert_called_with(
132 def testGetArtifactURLBackendError(self, mock_post, mock_creds): argument
137 mock_post.return_value = response
153 def testGetArtifactURLMissingResultError(self, mock_post, mock_creds): argument
158 mock_post.return_value = response
174 def testGetArtifactURLInvalidXSRFError(self, mock_post, mock_creds): argument
179 mock_post.return_value = response
194 def testGetArtifactURLExpiredXSRFError(self, mock_post, mock_creds): argument
[all …]