MCPcopy Index your code
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / test_fetch_json

Function test_fetch_json

tests/nodes/fetch_node_test.py:42–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def test_fetch_json():
43 node = FetchNode(
44 input="json",
45 output=["doc"],
46 )
47 result = node.execute({"json": "inputs/example.json"})
48 assert result is not None
49
50
51def test_fetch_xml():

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
FetchNodeClass · 0.90

Tested by

no test coverage detected