MCPcopy Create free account
hub / github.com/Azure-Samples/rag-postgres-openai-python / monkeypatch_session

Function monkeypatch_session

tests/conftest.py:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43@pytest.fixture(scope="session")
44def monkeypatch_session():
45 with pytest.MonkeyPatch.context() as monkeypatch_session:
46 yield monkeypatch_session
47
48
49@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected