mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 06:46:14 +00:00
@@ -50,6 +50,9 @@ def test_containing():
|
||||
python = r.html.find(containing='python')
|
||||
assert len(python) == 191
|
||||
|
||||
for e in python:
|
||||
assert 'python' in e.full_text.lower()
|
||||
|
||||
@pytest.mark.ok
|
||||
def test_attrs():
|
||||
r = get()
|
||||
|
||||
Reference in New Issue
Block a user