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 729afed commit fcbe668Copy full SHA for fcbe668
1 file changed
tests/test_generics.py
@@ -361,7 +361,7 @@ class GenericEntity(GenericProtocol[int]):
361
assert converter.structure({"a": 1}, GenericEntity) == GenericEntity(1)
362
363
364
-def test_generics_with_forward_refs():
+def test_generics_with_stringified_annotations():
365
"""Type resolution works with stringified annotations."""
366
converter = Converter()
367
dct = converter.unstructure(GenericClass(42), unstructure_as=GenericClass[int])
0 commit comments