From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 26 Jul 2023 22:37:14 +0000 (-0700) Subject: [3.11] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#107190) X-Git-Tag: v3.11.5~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bf2c29878451a4404ab9063664e6c5cde17cc2b;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#107190) 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 Co-authored-by: Nikita Sobolev ---