MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / FakeClient

Class FakeClient

experiments/tests/test_paper_stack.py:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 captured = {}
59
60 class FakeClient:
61 def __init__(self, **kwargs):
62 captured.update(kwargs)
63
64 monkeypatch.delenv("OPENAI_API_KEY", raising=False)
65 monkeypatch.delenv("OPENAI_BASE_URL", raising=False)

Calls

no outgoing calls