Skip to content

Commit

Permalink
really test it
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
  • Loading branch information
kennethreitz committed Mar 3, 2018
1 parent c7d07a0 commit 7c10793
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_requests_html.py
Expand Up @@ -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()
Expand Down

0 comments on commit 7c10793

Please sign in to comment.