-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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-119357: Increase test coverage for keymap in _pyrepl #119358
Conversation
@@ -30,7 +30,7 @@ | |||
# types | |||
Command = commands.Command | |||
if False: | |||
from .types import Callback, SimpleContextManager, KeySpec, CommandName |
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.
note: these two aren't used
I'd think this PR can skip news |
@ambv beat me to it, thanks for the fix 🙂 I'll update the issue to more clearly encompass all of PyREPL instead of just the keymap module. Thanks for the feedback, let me know if you had any other requested changes! |
Thanks @eugenetriguba for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @eugenetriguba and @ambv, I could not cleanly backport this to
|
…ythonGH-119358) (cherry picked from commit 73ab83b) Co-authored-by: Eugene Triguba <eugenetriguba@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
GH-119414 is a backport of this pull request to the 3.13 branch. |
…#119358) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This PR adds a few test cases to the keymap module tests to increase the coverage.