Skip to content

Commit 4c587dd

Browse files
committed
Infra: add xfailing case with 'first at example.com'
1 parent ee01a9c commit 4c587dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: pep_sphinx_extensions/tests/pep_zero_generator/test_author.py

+7
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@
4949
last_first="Last, First, Jr.", nick="Last", email="[email protected]"
5050
),
5151
),
52+
pytest.param(
53+
("First Last", "first at example.com"),
54+
author.Author(
55+
last_first="Last, First", nick="Last", email="[email protected]"
56+
),
57+
marks=pytest.mark.xfail,
58+
),
5259
],
5360
)
5461
def test_parse_author_email(test_input, expected):

0 commit comments

Comments
 (0)