]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141174: Improve `ForwardRef` test coverage (#141175)
authordr-carlos <77367421+dr-carlos@users.noreply.github.com>
Mon, 10 Nov 2025 14:53:40 +0000 (01:23 +1030)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 14:53:40 +0000 (14:53 +0000)
commit19b573025e0aa569e7a34081116280133e33979a
tree41ac66de25e9876cac9446da8bca9bd81a0a2239
parent68266c1f01e5791558cb088dfb0e26ecd577295e
gh-141174: Improve `ForwardRef` test coverage (#141175)

* Test unsupported format in ForwardRef.evaluate()

* Test dict cell closure with multiple variables

* Test all options in ForwardRef repr

* Test ForwardRef being a final class
Lib/test/test_annotationlib.py