Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
Callers
3
test_batch_embedding_error_switches_descriptor_to_hash
Function · 0.70
test_openreview_search_uses_submission_invitation_and_limit
Function · 0.70
fake_client_factory
Function · 0.70
Calls
no outgoing calls
Tested by
3
test_batch_embedding_error_switches_descriptor_to_hash
Function · 0.56
test_openreview_search_uses_submission_invitation_and_limit
Function · 0.56
fake_client_factory
Function · 0.56