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

Function test_init_invalid_format

tests/test_plasmate.py:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59
60def test_init_invalid_format():
61 with pytest.raises(ValueError, match="output_format"):
62 _make_loader(output_format="html")
63
64
65# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

_make_loaderFunction · 0.85

Tested by

no test coverage detected