Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/test_iri.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sys

import pytest

import rfc3986
Expand Down
1 change: 1 addition & 0 deletions tests/test_uri.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def test_uris_with_no_authority_with_empty_path_are_absolute(
uri_without_authority_with_empty_path,
):
uri = URIReference.from_string(uri_without_authority_with_empty_path)
assert uri.is_absolute() is True

def test_uris_with_no_authority_with_query_only_are_absolute(
self,
Expand Down