Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder_unittest.py69 def test_find_test_by_integration_name(self, _isdir, _isfile, _path, mock_find, argument
75 mock_find.return_value = os.path.join(uc.ROOT, uc.INT_DIR, uc.INT_NAME + '.xml')
88 mock_find.return_value = os.path.join(uc.ROOT, uc.GTF_INT_DIR,
95 mock_find.return_value = ''
/tools/asuite/atest/test_finders/
Dtf_integration_finder_unittest.py72 def test_find_test_by_integration_name(self, _isdir, _isfile, _path, mock_find, argument
78 mock_find.return_value = os.path.join(uc.ROOT, uc.INT_DIR, uc.INT_NAME + '.xml')
91 mock_find.return_value = os.path.join(uc.ROOT, uc.GTF_INT_DIR,
98 mock_find.return_value = ''