We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8ec49 commit 6244867Copy full SHA for 6244867
tests/test_html_text.py
@@ -175,7 +175,7 @@ def _load_file(path):
175
176
177
@pytest.mark.parametrize(['page', 'extracted'], _webpage_paths())
178
-def test_foo(page, extracted):
+def test_webpages(page, extracted):
179
html = _load_file(page)
180
if not six.PY3:
181
# FIXME: produces '\xa0' in Python 2, but ' ' in Python 3
0 commit comments