Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_environment.py159 def mock_which(name): function
175 which_mock = mock.Mock(side_effect=mock_which)
517 def mock_which(name, *args, **kwargs): function
531 with mock.patch('shutil.which', mock_which), \