with mock.patch('builtins.input', return_value='y'): pytest_wrapped_exit = pytest.raises(SystemExit) assert src.util.call_quit() ...
確定! 回上一頁