Searched refs:mock_run (Results 1 – 1 of 1) sorted by relevance
414 def mock_run(command, *args, **kwargs): function443 with mock.patch('subprocess.run', mock.Mock(side_effect=mock_run)):
Completed in 4 milliseconds