Skip to content

Commit

Permalink
TST change placeholder test name
Browse files Browse the repository at this point in the history
Co-Authored-By: kmike <[email protected]>
  • Loading branch information
lopuhin and kmike authored Nov 17, 2018
1 parent 8f8ec49 commit 6244867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_html_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _load_file(path):


@pytest.mark.parametrize(['page', 'extracted'], _webpage_paths())
def test_foo(page, extracted):
def test_webpages(page, extracted):
html = _load_file(page)
if not six.PY3:
# FIXME: &nbsp; produces '\xa0' in Python 2, but ' ' in Python 3
Expand Down

0 comments on commit 6244867

Please sign in to comment.