Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py396 def mock_exists(path): function
451 autospec=True, side_effect=mock_exists):
Dtest_runner.py838 def mock_exists(filename, *args, **kwargs): function
863 with mock.patch('os.path.exists', mock_exists), \
1854 def mock_exists(fname): function
1865 with mock.patch('os.path.exists', mock_exists), \
1919 def mock_exists(fname): function
1928 with mock.patch('os.path.exists', mock_exists), \
1974 def mock_exists(fname): function
1990 with mock.patch('os.path.exists', mock_exists), \