Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ fake_client_factory
Function
fake_client_factory
experiments/tests/test_paper_stack.py:713–715 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
711
pass
712
713
def
fake_client_factory(**kwargs):
714
calls[
"count"
] += 1
715
return
FakeClient()
716
717
monkeypatch.setattr(openreview_fetcher,
"OpenReviewClient"
, fake_client_factory)
718
Callers
nothing calls this directly
Calls
1
FakeClient
Class · 0.70
Tested by
no test coverage detected