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

Function test_empty_html

tests/utils/convert_to_md_test.py:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def test_empty_html():
26 html = ""
27 assert convert_to_md(html) is not None
28
29
30def test_complex_html_structure():

Callers

nothing calls this directly

Calls 1

convert_to_mdFunction · 0.90

Tested by

no test coverage detected