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.py842 def mock_exists(filename, *args, **kwargs): function
867 with mock.patch('os.path.exists', mock_exists), \
1862 def mock_exists(fname): function
1873 with mock.patch('os.path.exists', mock_exists), \
1927 def mock_exists(fname): function
1936 with mock.patch('os.path.exists', mock_exists), \
1982 def mock_exists(fname): function
1998 with mock.patch('os.path.exists', mock_exists), \