Home
last modified time | relevance | path

Searched refs:simple_os_path_exists (Results 1 – 1 of 1) sorted by relevance

/test/vts/utils/python/gcs/
Dgcs_api_utils_test.py56 def simple_os_path_exists(path): function
103 @mock.patch('os.path.exists', side_effect=simple_os_path_exists)
108 simple_os_path_exists): argument
145 @mock.patch('os.path.exists', side_effect=simple_os_path_exists)
151 simple_os_path_exists, simple_UploadFile): argument