]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106368: Add tests for permutation helpers in Argument Clinic (#106407)
authorErlend E. Aasland <erlend@python.org>
Tue, 4 Jul 2023 11:36:40 +0000 (13:36 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 11:36:40 +0000 (11:36 +0000)
commit8f6df5e9cbc3a1689601714192aa6ecbb23e1927
tree7c1ff797de51b2a10a72075e8d4e63ee5a381f58
parente4ba71fe4b32ae0d7fb3319d697616470fba1e58
gh-106368: Add tests for permutation helpers in Argument Clinic (#106407)

Added new test class PermutationTests()
Lib/test/test_clinic.py
Tools/clinic/clinic.py