Searched defs:mock_popen (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/scripts/tests/twister/ |
D | test_environment.py | 520 def mock_popen(command, *args, **kwargs): function
|
D | test_handlers.py | 576 def mock_popen(command, *args, **kwargs,): function 1327 def mock_popen(command, *args, **kwargs): function 1419 def mock_popen(command, *args, **kwargs): function 2000 def mock_popen(command, stdout=None, stdin=None, stderr=None, cwd=None): function
|
D | test_runner.py | 304 def mock_popen(*args, **kwargs): function 438 def mock_popen(*args, **kwargs): function
|