Searched refs:mock_exists (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/scripts/tests/twister/ |
D | test_hardwaremap.py | 396 def mock_exists(path): function 451 autospec=True, side_effect=mock_exists):
|
D | test_runner.py | 838 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), \
|