really test it

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-03 10:08:40 -05:00
parent c7d07a0ead
commit 7c1079392d
+3
View File
@@ -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()