()
| 42 | |
| 43 | @pytest.fixture(scope="session") |
| 44 | def monkeypatch_session(): |
| 45 | with pytest.MonkeyPatch.context() as monkeypatch_session: |
| 46 | yield monkeypatch_session |
| 47 | |
| 48 | |
| 49 | @pytest.fixture(scope="session") |
nothing calls this directly
no outgoing calls
no test coverage detected