-
Notifications
You must be signed in to change notification settings - Fork 699
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
Add '--repl-no-load' option to skip module load in REPL #7578
Conversation
@sirlensalot can you add docs for this please? |
A test-case that proves the feature working would be great! |
@emilypi I assume this means add docs to Why does |
@sirlensalot E.g. Why do we have both |
@fendor a breadcrumb of where this test should go would be great. There's tests in |
@sirlensalot It might be a bit complicated, indeed... I'll look into it and report tomorrow what I think is the best place to add tests. |
@fendor I think I found a good starting place in
|
Tests, docs added; changelog updated. |
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.
LGTM!
@Mergifyio backport 3.6 |
* Add '--repl-no-load' option to skip module load in REPL * Command docs * Add tests * update changelog Co-authored-by: Stuart Popejoy <[email protected]> (cherry picked from commit 785ea62)
Command
|
Fixes #7541
Notes/review items:
Manually tested on library and executable repl loads. EDIT tests added.