MCPcopy
hub / github.com/psf/requests-html / test_html_loading

Function test_html_loading

tests/test_requests_html.py:134–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132
133@pytest.mark.ok
134def test_html_loading():
135 doc = """<a href='https://httpbin.org'>"""
136 html = HTML(html=doc)
137
138 assert 'https://httpbin.org' in html.links
139 assert isinstance(html.raw_html, bytes)
140 assert isinstance(html.html, str)
141
142
143@pytest.mark.ok

Callers

nothing calls this directly

Calls 1

HTMLClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…