-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
gh-106368: Increase Argument Clinic BlockParser test coverage #106759
gh-106368: Increase Argument Clinic BlockParser test coverage #106759
Conversation
erlend-aasland
commented
Jul 14, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Increase Argument Clinic test coverage #106368
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Let expect_failure() dedent and strip input string
Assert stuff in test_parse_with_body_prefix()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…ythonGH-106759) (cherry picked from commit 2d7d1aa) Co-authored-by: Erlend E. Aasland <erlend@python.org>
GH-106769 is a backport of this pull request to the 3.12 branch. |
…ythonGH-106759) (cherry picked from commit 2d7d1aa) Co-authored-by: Erlend E. Aasland <erlend@python.org>
GH-106770 is a backport of this pull request to the 3.11 branch. |
Thanks for the review, Nikita! |