Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_runner.py839 def mock_exists(filename, *args, **kwargs): function
864 with mock.patch('os.path.exists', mock_exists), \
1746 def mock_exists(fname): function
1757 with mock.patch('os.path.exists', mock_exists), \
1811 def mock_exists(fname): function
1820 with mock.patch('os.path.exists', mock_exists), \
1866 def mock_exists(fname): function
1882 with mock.patch('os.path.exists', mock_exists), \
Dtest_handlers.py1679 def mock_exists(path): function
1688 exists_mock = mock.Mock(side_effect=mock_exists)