Skip to content

Commit f1f15f0

Browse files
colorfulapplkumaraditya303erlend-aasland
committed
pythongh-96002: Add functional test for Argument Clinic (python#96178)
(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>
1 parent cd4166f commit f1f15f0

9 files changed

+3309
-1
lines changed

Lib/test/test_clinic.py

+393-1
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add functional test for Argument Clinic.

Modules/Setup.stdlib.in

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
@MODULE__TESTBUFFER_TRUE@_testbuffer _testbuffer.c
170170
@MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c
171171
@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c
172+
@MODULE__TESTCLINIC_TRUE@_testclinic _testclinic.c
172173

173174
# Some testing modules MUST be built as shared libraries.
174175
*shared*

0 commit comments

Comments
 (0)