Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _FakeResponse
Class
_FakeResponse
experiments/tests/test_profile_bootstrap.py:785–790 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
783
coldstart_agent.db_ops.DB_PATH = test_db_path
784
785
class
_FakeResponse:
786
def
__init__(self, text: str):
787
self.text = text
788
789
def
raise_for_status(self):
790
return
None
791
792
captured = {}
793
Callers
3
get
Method · 0.85
test_cold_start_writes_scholar_seed_data_back_to_role_meta
Function · 0.85
test_parse_research_homepage_prioritizes_explicit_research_interests
Function · 0.85
Calls
no outgoing calls
Tested by
3
get
Method · 0.68
test_cold_start_writes_scholar_seed_data_back_to_role_meta
Function · 0.68
test_parse_research_homepage_prioritizes_explicit_research_interests
Function · 0.68