Skip to content

Commit 6244867

Browse files
lopuhinkmike
andauthored
TST change placeholder test name
Co-Authored-By: kmike <[email protected]>
1 parent 8f8ec49 commit 6244867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_html_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def _load_file(path):
175175

176176

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

0 commit comments

Comments
 (0)