Skip to content

Commit

Permalink
Add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Aug 17, 2023
1 parent 6a96a67 commit 33c967a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pep_sphinx_extensions/tests/pep_zero_generator/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ def test_pep_details(monkeypatch):
{"First Last": "user@example.com"},
marks=pytest.mark.xfail,
),
pytest.param(
" , First Last,",
{"First Last": ""},
marks=pytest.mark.xfail(raises=ValueError),
),
],
)
def test_parse_authors(test_input, expected):
Expand Down

0 comments on commit 33c967a

Please sign in to comment.