Home
last modified time | relevance | path

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

/scripts/tests/twister/
A Dtest_environment.py143 def mock_which(name): function
159 which_mock = mock.Mock(side_effect=mock_which)
501 def mock_which(name, *args, **kwargs): function
515 with mock.patch('shutil.which', mock_which), \

Completed in 13 milliseconds