Skip to content

Commit

Permalink
add missing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 22, 2024
1 parent abf93c7 commit eed5981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def test_host_subcomponent(host: str):
@pytest.mark.parametrize(
("input", "result"),
[
("/", None),
("http://example.com", "example.com"),
("http://[::1]", "[::1]"),
("http://xn--gnter-4ya.com", "xn--gnter-4ya.com"),
Expand Down

0 comments on commit eed5981

Please sign in to comment.