Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/test_finders/
Dtest_finder_utils_unittest.py359 def test_get_ignored_dirs(self, _mock_check_output): argument
366 _mock_check_output.return_value = ('/a/b/c/.find-ignore\n'
409 _mock_check_output.return_value = ('/a/b/X/.find-ignore\n'
/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py418 def test_get_ignored_dirs(self, _mock_check_output): argument
425 _mock_check_output.return_value = ('/a/b/c/.find-ignore\n'
468 _mock_check_output.return_value = ('/a/b/X/.find-ignore\n'