]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-106407...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jul 2023 12:17:26 +0000 (05:17 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 12:17:26 +0000 (14:17 +0200)
commit9f8aa7a6d79eb71c339fface8f8570607b8d1cf2
tree3c0ea9cd286ba44cea58879f3542c975d2645ec1
parent3cc5c4a073d63534e45fc08d7906a77180e8aaa3
[3.11] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-106407) (#106410)

Added new test class PermutationTests()
(cherry picked from commit 8f6df5e9cbc3a1689601714192aa6ecbb23e1927)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Lib/test/test_clinic.py
Tools/clinic/clinic.py