Uh oh!
There was an error while loading. Please reload this page.
gh-119357: Increase test coverage for keymap in _pyrepl - #119358
Conversation
| # types | ||
| Command = commands.Command | ||
| if False: | ||
| from .types import Callback, SimpleContextManager, KeySpec, CommandName |
There was a problem hiding this comment.
note: these two aren't used
eugenetriguba
commented
May 21, 2024
I'd think this PR can skip news |
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 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.