Searched defs:mock_post (Results 1 – 1 of 1) sorted by relevance
/test/framework/harnesses/host_controller/build/ |
D | build_provider_pab_test.py | 106 def testGetArtifactURL(self, mock_post, mock_creds): argument 132 def testGetArtifactURLBackendError(self, mock_post, mock_creds): argument 153 def testGetArtifactURLMissingResultError(self, mock_post, mock_creds): argument 174 def testGetArtifactURLInvalidXSRFError(self, mock_post, mock_creds): argument 194 def testGetArtifactURLExpiredXSRFError(self, mock_post, mock_creds): argument 214 def testGetArtifactURLUnknownError(self, mock_post, mock_creds): argument 234 def testGetBuildListSuccess(self, mock_post, mock_creds): argument 257 def testGetBuildListError(self, mock_post, mock_creds): argument
|