Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dproject_info_unittest.py360 mock_init): argument
376 def test_gen_folder_base_dependencies(self, mock_init, mock_module_data, argument
421 def test_add_framework_base_path(self, mock_init, mock_module_data): argument
450 def test_add_framework_srcjar_path(self, mock_init, mock_module_data): argument
/aosp_15_r20/tools/asuite/aidegen/
H A Daidegen_main_unittest.py98 mock_init): argument
254 mock_init): argument
/aosp_15_r20/tools/treble/split/
H A Dmanifest_split_test.py453 def test_create_split_manifest_skip_kati_module_info(self, mock_init, argument
/aosp_15_r20/external/python/google-auth-library-python/tests_async/oauth2/
Dtest_id_token.py213 def mock_init(self, request, audience, use_metadata_identity_endpoint): function