Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-119357: Increase test coverage for keymap in _pyrepl#119358
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 |
Uh oh!
There was an error while loading.Please reload this page.
eugenetriguba commentedMay 21, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@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 commit73ab83b)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 the3.13 branch. |
…#119358)Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Uh oh!
There was an error while loading.Please reload this page.
This PR adds a few test cases to the keymap module tests to increase the coverage.