Searched refs:mock_exists (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/scripts/tests/twister/ |
D | test_hardwaremap.py | 386 def mock_exists(path): function 441 autospec=True, side_effect=mock_exists):
|
D | test_runner.py | 826 def mock_exists(filename, *args, **kwargs): function 851 with mock.patch('os.path.exists', mock_exists), \ 1783 def mock_exists(fname): function 1794 with mock.patch('os.path.exists', mock_exists), \ 1848 def mock_exists(fname): function 1857 with mock.patch('os.path.exists', mock_exists), \ 1903 def mock_exists(fname): function 1919 with mock.patch('os.path.exists', mock_exists), \
|
D | test_handlers.py | 1653 def mock_exists(path): function 1662 exists_mock = mock.Mock(side_effect=mock_exists)
|