Searched refs:assert_popen (Results 1 – 1 of 1) sorted by relevance
982 def assert_popen(command, *args, **kwargs): function993 with mock.patch('subprocess.Popen', side_effect=assert_popen):