]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#107190)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Jul 2023 22:37:14 +0000 (15:37 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 22:37:14 +0000 (00:37 +0200)
Instead of hacking into the Clinic class, use the Argument Clinic tool
to run the ClinicExternalTest test suite.

(cherry picked from commit 83a2837b328c58b243f7d97bec12c64ec66681c5)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>

No differences found