We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5627e99 commit 3264e8eCopy full SHA for 3264e8e
tests/test_iri.py
@@ -1,5 +1,3 @@
1
-import sys
2
-
3
import pytest
4
5
import rfc3986
tests/test_uri.py
@@ -275,6 +275,7 @@ def test_uris_with_no_authority_with_empty_path_are_absolute(
275
uri_without_authority_with_empty_path,
276
):
277
uri = URIReference.from_string(uri_without_authority_with_empty_path)
278
+ assert uri.is_absolute() is True
279
280
def test_uris_with_no_authority_with_query_only_are_absolute(
281
self,
0 commit comments