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

Class DummyGraphException

tests/test_csv_scraper_multi_graph.py:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 """Test that CSVScraperMultiGraph.run propagates exceptions from the graph's execute method."""
148
149 class DummyGraphException:
150 def execute(self, inputs):
151 raise Exception("Test exception")
152
153 prompt = "Exception test prompt"
154 source = ["url_exception"]

Callers 1

Calls

no outgoing calls

Tested by 1