MCPcopy 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
51def 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
60def test_fetch_csv():

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
FetchNodeClass · 0.90

Tested by

no test coverage detected