-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functional tests for argument clinic #96002
Labels
Comments
kumaraditya303
added
tests
Tests in the Lib/test dir
topic-argument-clinic
3.12
bugs and security fixes
labels
Aug 15, 2022
erlend-aasland
added a commit
that referenced
this issue
Nov 21, 2022
Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
colorfulappl
added a commit
to colorfulappl/cpython
that referenced
this issue
Dec 14, 2022
(cherry picked from commit c450c8c) Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
colorfulappl
added a commit
to colorfulappl/cpython
that referenced
this issue
Dec 14, 2022
(cherry picked from commit c450c8c) Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
kumaraditya303
added a commit
that referenced
this issue
Dec 17, 2022
…100230) (cherry picked from commit c450c8c) Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
kumaraditya303
added a commit
that referenced
this issue
Dec 17, 2022
…100232) (cherry picked from commit c450c8c) Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently there are no functional tests for argument clinic and the present tests mostly verify generated code not the runtime behavior. This can lead to bugs like #32092 so adding tests would help avoid such bugs.
A new module with functions using all function signatures can be created which will return the tuple of the args so that testing it would be easy.
The text was updated successfully, but these errors were encountered: