Searched refs:mock_rf (Results 1 – 1 of 1) sorted by relevance
/test/framework/harnesses/host_controller/build/ |
D | build_provider_pab_test.py | 43 def testAuthenticationNew(self, mock_creds, mock_storage_get, mock_rf, argument 47 build_provider_pab.run_flow = mock_rf 51 mock_rf.assert_called_once() 57 def testAuthenticationStale(self, mock_creds, mock_storage_get, mock_rf, argument 62 build_provider_pab.run_flow = mock_rf 67 mock_rf.assert_not_called() 74 def testAuthenticationFresh(self, mock_creds, mock_storage_get, mock_rf, argument 79 build_provider_pab.run_flow = mock_rf 84 mock_rf.assert_not_called()
|