Home
last modified time | relevance | path

Searched defs:mock_init (Results 1 – 3 of 3) sorted by relevance

/external/python/google-auth-library-python/tests/
Dtest_identity_pool.py289 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
Dtest_aws.py778 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/
Dtest_id_token.py213 def mock_init(self, request, audience, use_metadata_identity_endpoint): function