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 941bc55Copy full SHA for 941bc55
.pre-commit-config.yaml
@@ -1,3 +1,6 @@
1
+ci:
2
+ autoupdate_schedule: monthly
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v6.0.0
tests/test_iri.py
@@ -1,5 +1,3 @@
-import sys
-
import pytest
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