Searched refs:mock_run (Results 1 – 1 of 1) sorted by relevance
430 def mock_run(command, *args, **kwargs): function459 with mock.patch('subprocess.run', mock.Mock(side_effect=mock_run)):