]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141174: Improve `annotationlib.call_annotate_function()` test coverage...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Nov 2025 15:19:48 +0000 (16:19 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 15:19:48 +0000 (15:19 +0000)
commit4b9ed4e642ad475e46f0496c9d98a56bed85d2ec
tree06c601949aca59519d57d5a06b7cc64253faa5ac
parent727cdcba8ea01a1f317f560bc9fc8fbd2912011d
[3.14] gh-141174: Improve `annotationlib.call_annotate_function()` test coverage (GH-141176) (#141355)

gh-141174: Improve `annotationlib.call_annotate_function()` test coverage (GH-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
(cherry picked from commit 1110e8f6a4a767f6d09b121017442528733b380b)

Co-authored-by: dr-carlos <77367421+dr-carlos@users.noreply.github.com>
Lib/test/test_annotationlib.py