-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-106368: Argument clinic: add tests for more failure paths #107731
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
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.
Looks good. BTW, can you remove test_parameters_required_after_depr_star
(line 1471)? I introduced an equal named, but slightly better test in #95151). Makes sense to bake it into this PR, rather than creating a new PR specifically for that removal.
Hmm, the new test that you added fails if I remove We really need to start running pyflakes on |
Well, remove the new test, then 😄 |
And fix a minor bug I discovered along the way.
This gets us up to 95% coverage.