Skip to content

Commit 9ba7555

Browse files
committed
Modernize Dec 2025
1 parent 5627e99 commit 9ba7555

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/test_iri.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import sys
2-
31
import pytest
42

53
import rfc3986

tests/test_uri.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ def test_uris_with_no_authority_with_empty_path_are_absolute(
275275
uri_without_authority_with_empty_path,
276276
):
277277
uri = URIReference.from_string(uri_without_authority_with_empty_path)
278+
assert uri.is_absolute() is True
278279

279280
def test_uris_with_no_authority_with_query_only_are_absolute(
280281
self,

0 commit comments

Comments
 (0)