Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ScrapeGraphAI/Scrapegraph-ai
/ test_fetch_csv
Function
test_fetch_csv
tests/nodes/fetch_node_test.py:60–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
59
60
def
test_fetch_csv():
61
node = FetchNode(
62
input=
"csv"
,
63
output=[
"doc"
],
64
)
65
result = node.execute({
"csv"
:
"inputs/username.csv"
})
66
assert result is not None
67
68
69
def
test_fetch_txt():
Callers
nothing calls this directly
Calls
2
execute
Method · 0.95
FetchNode
Class · 0.90
Tested by
no test coverage detected