Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ read
Method
read
tests/unit/test_issue_duplicate_scripts.py:229–230 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
227
return
False
228
229
def
read(self):
230
return
b
'not-json'
231
232
monkeypatch.setattr(
233
module.urllib.request,
'urlopen'
,
lambda
*args, **kwargs: DummyResponse()
Callers
11
test_archive_uploads_archive_and_manifest
Method · 0.45
test_archive_missing_base_commit_header_defaults_empty
Method · 0.45
test_archive_uses_given_path_verbatim
Method · 0.45
test_archive_both_uploads_delta_and_targz
Method · 0.45
test_archive_sibling_conversations_distinct_keys
Method · 0.45
test_export_conversation_success
Method · 0.45
test_export_conversation_writes_utf8_when_platform_default_cannot_encode
Method · 0.45
test_litellm_loggers_suppressed_with_uvicorn_json_config
Function · 0.45
test_basic_fileops
Method · 0.45
test_complex_path_fileops
Method · 0.45
test_concurrent_writes_no_corruption
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected