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

Function test_init_defaults

tests/test_plasmate.py:36–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34# ---------------------------------------------------------------------------
35
36def test_init_defaults():
37 loader = _make_loader()
38 assert loader.output_format == "text"
39 assert loader.timeout == 30
40 assert loader.selector is None
41 assert loader.extra_headers == {}
42 assert loader.fallback_to_chrome is False
43
44
45def test_init_custom_params():

Callers

nothing calls this directly

Calls 1

_make_loaderFunction · 0.85

Tested by

no test coverage detected