MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / robots_node

Function robots_node

tests/nodes/robot_node_test.py:17–22  ·  view source on GitHub ↗
(mock_llm_model)

Source from the content-addressed store, hash-verified

15
16@pytest.fixture
17def robots_node(mock_llm_model):
18 return RobotsNode(
19 input="url",
20 output=["is_scrapable"],
21 node_config={"llm_model": mock_llm_model, "headless": False},
22 )
23
24
25def test_robots_node_scrapable(robots_node):

Callers

nothing calls this directly

Calls 1

RobotsNodeClass · 0.90

Tested by

no test coverage detected