Skip to content

Commit

Permalink
[3.11] pythongh-96002: Add functional test for Argument Clinic (pytho…
Browse files Browse the repository at this point in the history
…nGH-96178) (python#100230)

(cherry picked from commit c450c8c)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
3 people authored Dec 17, 2022
1 parent 4c810f9 commit dd323af
Show file tree
Hide file tree
Showing 9 changed files with 3,309 additions and 1 deletion.
394 changes: 393 additions & 1 deletion Lib/test/test_clinic.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add functional test for Argument Clinic.
1 change: 1 addition & 0 deletions Modules/Setup.stdlib.in
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
@MODULE__TESTBUFFER_TRUE@_testbuffer _testbuffer.c
@MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c
@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c
@MODULE__TESTCLINIC_TRUE@_testclinic _testclinic.c

# Some testing modules MUST be built as shared libraries.
*shared*
Expand Down
Loading

0 comments on commit dd323af

Please sign in to comment.