Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/Scrapegraph-ai
/ DummyClient
Class
DummyClient
tests/test_batch_api.py:167–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
)
166
167
class
DummyClient:
168
pass
169
170
with
pytest.raises(ValueError, match=
"no output file"
):
171
retrieve_batch_results(DummyClient(), info)
Callers
3
test_retrieve_no_output_file
Method · 0.85
test_results_sorted_by_custom_id
Method · 0.85
test_handles_partial_failures
Method · 0.85
Calls
1
DummyFiles
Class · 0.85
Tested by
3
test_retrieve_no_output_file
Method · 0.68
test_results_sorted_by_custom_id
Method · 0.68
test_handles_partial_failures
Method · 0.68