Searched refs:_find (Results 1 – 6 of 6) sorted by relevance
/tools/asuite/atest/test_finders/ |
D | suite_plan_finder_unittest.py | 134 def test_find_suite_plan_test_by_suite_path(self, _exists, _find, _isfile, _isdir, _real): argument 156 _find.return_value = uc.CTS_INT_DIR 167 _find.return_value = uc.CTS_INT_DIR 178 _find.return_value = uc.CTS_INT_DIR
|
D | test_finder_utils_unittest.py | 591 def test_get_int_dir_from_path(self, _exists, _find, mock_input): argument 596 _find.return_value = (INT_DIR1, INT_FILE_NAME+'.xml') 599 _find.return_value = (INT_DIR1, None) 603 _find.return_value = (INT_DIR1, INT_FILE_NAME+'.xml')
|
D | tf_integration_finder_unittest.py | 111 def test_find_int_test_by_path(self, _exists, _find, _isfile, _isdir, _real, argument
|
/tools/asuite/atest-py2/test_finders/ |
D | suite_plan_finder_unittest.py | 130 def test_find_suite_plan_test_by_suite_path(self, _exists, _find, _isfile, _isdir, _real): argument 152 _find.return_value = uc.CTS_INT_DIR 163 _find.return_value = uc.CTS_INT_DIR 174 _find.return_value = uc.CTS_INT_DIR
|
D | test_finder_utils_unittest.py | 530 def test_get_int_dir_from_path(self, _exists, _find, mock_input): argument 535 _find.return_value = (INT_DIR1, INT_FILE_NAME+'.xml') 538 _find.return_value = (INT_DIR1, None) 542 _find.return_value = (INT_DIR1, INT_FILE_NAME+'.xml')
|
D | tf_integration_finder_unittest.py | 107 def test_find_int_test_by_path(self, _exists, _find, _isfile, _isdir, _real, argument
|