-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add tool for easier test updates #6089
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
7c0a8fe
Base version of automated test marker
ShaharNaveh 69ed76b
Remove debug code
ShaharNaveh dc3a6de
Add newline
ShaharNaveh 5c09ef0
Apply RustPython patch
ShaharNaveh ad061b2
Convert to tool with args
ShaharNaveh a6f2324
Apply patch
ShaharNaveh 302b3d1
Remove old script
ShaharNaveh db74d2f
Add textwrap.py
ShaharNaveh 11694e3
ruff fmt
ShaharNaveh d8b4e26
Add more modules
ShaharNaveh 2308a5a
Merge remote-tracking branch 'upstream/main' into auto-updater
ShaharNaveh 2fb6842
Add `gen` subcommand
ShaharNaveh db5eb4b
Use `_generate_next_value_`
ShaharNaveh af1c28d
Gen & patch
ShaharNaveh 42365d2
Remove old tool
ShaharNaveh fdce40b
Merge remote-tracking branch 'upstream/main' into auto-updater
ShaharNaveh 32baa80
Revert changes under `Lib/`
ShaharNaveh fb7324d
Don't crash if cls renamed/moved
ShaharNaveh f4056ac
Update `Lib/test/test_os.py` with tool
ShaharNaveh 4296b59
apply patch
ShaharNaveh e2aa220
Fix double assignment
ShaharNaveh 74b47a0
Better args
ShaharNaveh 51c6ad9
Update `test_list.py` as well
ShaharNaveh 01a90ef
Less complex print
ShaharNaveh a0e56ae
Improve exoectedFailure match
ShaharNaveh 43a63a8
fix list slice
ShaharNaveh 3e2c1f1
Add __doc__ and to help
ShaharNaveh 789cf6e
Merge remote-tracking branch 'upstream/main' into auto-updater
ShaharNaveh 3e9872c
Update scripts/lib_updater.py
ShaharNaveh d0763e4
Clearer output arg
ShaharNaveh e00bb28
Don't crash on missing id
ShaharNaveh 8a5875e
Merge remote-tracking branch 'upstream/main' into auto-updater
ShaharNaveh 6c615cc
Merge remote-tracking branch 'origin/auto-updater' into auto-updater
ShaharNaveh c0e90cc
Fix comment regex
ShaharNaveh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add newline
- Loading branch information
commit dc3a6de1f7319212aceaf60a561a0aa51d4b1f4d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@ShaharNaveh, Overall LGTM! With the caveat, that as a POC, it has lots of potential for improvements.
Most of my inline comments are off-the-cuff, I recognize this is a proof-of-concept and I like the concept, so feel-free to dismiss any comments that are off-topic without response.