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

Function test_containing

tests/test_requests_html.py:78–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76
77@pytest.mark.ok
78def test_containing():
79 r = get()
80
81 python = r.html.find(containing='python')
82 assert len(python) == 192
83
84 for e in python:
85 assert 'python' in e.full_text.lower()
86
87
88@pytest.mark.ok

Callers 1

Calls 2

getFunction · 0.85
findMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…