Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_hardwaremap.py386 def mock_exists(path): function
441 autospec=True, side_effect=mock_exists):
Dtest_runner.py826 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), \
Dtest_handlers.py1653 def mock_exists(path): function
1662 exists_mock = mock.Mock(side_effect=mock_exists)