Searched defs:mock_init (Results 1 – 3 of 3) sorted by relevance
/external/python/google-auth-library-python/tests/ |
D | test_identity_pool.py | 289 def test_from_info_full_options(self, mock_init): argument 318 def test_from_info_required_options_only(self, mock_init): argument 343 def test_from_info_workforce_pool(self, mock_init): argument 369 def test_from_file_full_options(self, mock_init, tmpdir): argument 399 def test_from_file_required_options_only(self, mock_init, tmpdir): argument 425 def test_from_file_workforce_pool(self, mock_init, tmpdir): argument
|
D | test_aws.py | 778 def test_from_info_full_options(self, mock_init): argument 806 def test_from_info_required_options_only(self, mock_init): argument 830 def test_from_file_full_options(self, mock_init, tmpdir): argument 859 def test_from_file_required_options_only(self, mock_init, tmpdir): argument
|
/external/python/google-auth-library-python/tests_async/oauth2/ |
D | test_id_token.py | 213 def mock_init(self, request, audience, use_metadata_identity_endpoint): function
|