]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141174: Improve `annotationlib.call_annotate_function()` test coverage (#141176)
authordr-carlos <77367421+dr-carlos@users.noreply.github.com>
Mon, 10 Nov 2025 14:54:50 +0000 (01:24 +1030)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 14:54:50 +0000 (06:54 -0800)
commit1110e8f6a4a767f6d09b121017442528733b380b
tree2868c82f5989afd8cb5cfd91275c8f8922db6075
parent19b573025e0aa569e7a34081116280133e33979a
gh-141174: Improve `annotationlib.call_annotate_function()` test coverage (#141176)

* Test passing unsupported Format values to call_annotate_function()

* Test call_evaluate_function with fake globals that raise errors

* Fix typo and comparison in test_fake_global_evaluation
Lib/test/test_annotationlib.py