MCPcopy 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
60def 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
69def test_fetch_txt():

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
FetchNodeClass · 0.90

Tested by

no test coverage detected