Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ScrapeGraphAI/Scrapegraph-ai
/ test_fetch_xml
Function
test_fetch_xml
tests/nodes/fetch_node_test.py:51–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
51
def
test_fetch_xml():
52
node = FetchNode(
53
input=
"xml"
,
54
output=[
"doc"
],
55
)
56
result = node.execute({
"xml"
:
"inputs/books.xml"
})
57
assert result is not None
58
59
60
def
test_fetch_csv():
Callers
nothing calls this directly
Calls
2
execute
Method · 0.95
FetchNode
Class · 0.90
Tested by
no test coverage detected