We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a435452 commit 3c26951Copy full SHA for 3c26951
tests/test_lib.py
@@ -72,4 +72,5 @@ def test(entry):
72
continue
73
74
else:
75
+ assert result
76
assert result[key] == entry["expected_match"][key]
urlpattern.pyi
@@ -28,7 +28,7 @@ class URLPattern:
28
@property
29
def hash(self) -> str: ...
30
31
-class URLPatternInit(TypedDict):
+class URLPatternInit(TypedDict, total=False):
32
protocol: str
33
username: str
34
password: str
0 commit comments