monkeypatch import MonkeyPatch @pytest.fixture(scope='session') def monkeypatch_session(): m = MonkeyPatch() yield m m.undo() ...
確定! 回上一頁