Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 30, 2024
1 parent defbc90 commit f94589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ def test_join_cpython_urljoin(base, url, expected):
def test_join_cpython_urljoin_fail():
with pytest.raises(
TypeError, match=r"unsupported operand type\(s\) for \+: 'NoneType' and 'str'"

Check warning on line 1724 in tests/test_url.py

View check run for this annotation

Codecov / codecov/patch

tests/test_url.py#L1722-L1724

Added lines #L1722 - L1724 were not covered by tests
) as e:
):
URL("http:///").join(URL(".."))
pytest.xfail("Shouldn't raise TypeError on empty host name")

Check warning on line 1727 in tests/test_url.py

View check run for this annotation

Codecov / codecov/patch

tests/test_url.py#L1726-L1727

Added lines #L1726 - L1727 were not covered by tests

Expand Down

0 comments on commit f94589c

Please sign in to comment.