-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Idle: update htest.py and htests #66819
Comments
After using idle-test/htest.py and individual htests when editing files, a few updates are needed.
|
I reviewed and edited htest.py docstring and specs up to grep. Unfortunately, things were not quite alphabetical. Reviewed and edited corresponding idlelib module callables up to first line of grep._grep_dialog. I am pushing this as a first chunk. Covered _calltip_window, ClassBrowser, _color_delegator, ConfigDialog, _dyn_option_menu, _editor_window, _grep_dialog. Checked x(parent), # htest #, (htest in widget), TopLevel(parent), winfo_x, bindings: see _calltip_window. |
New changeset f5be7fc270d1 by Terry Jan Reedy in branch '2.7': New changeset e73f1d813f1f by Terry Jan Reedy in branch '3.4': New changeset d8ac11794f26 by Terry Jan Reedy in branch 'default': |
As far as I can tell, the entire diff in @htest-34-2.diff was pushed. My comment about 'up to first line of grep' was correct alphabetically but confusing because files with a '# htest #' section were not completely alphabetical in the file. I need to review current code in light of this issue and a couple of others. |
First patch: Review docstring again. Alphabetize specs. |
Revise htest.py docstring and move 2 specs to alphabetical position.
Revise htest.py docstring and move 2 specs to alphabetical position.
Revise htest.py docstring and move 2 specs to alphabetical position. (cherry picked from commit e44f194) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Revise htest.py docstring and move 2 specs to alphabetical position. (cherry picked from commit e44f194) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Examine and update spec -- callable pairs. Revise run method.
Examine and update spec -- callable pairs. Revise run method.
Examine and update spec -- callable pairs. Revise run method. (cherry picked from commit 3855b45) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Examine and update spec -- callable pairs. Revise run method. (cherry picked from commit 3855b45) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Revise spec-callable pairs from percolator to end.
Revise spec-callable pairs from percolator to end.
Revise spec-callable pairs from percolator to end. (cherry picked from commit 5a1b531) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Revise spec-callable pairs from percolator to end. (cherry picked from commit 5a1b531) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Mostly double spacing before 'if __name__...'.
Mostly double spacing before 'if __name__...'.
Mostly double spacing before 'if __name__...'. (cherry picked from commit e5b0db0) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Mostly double spacing before 'if __name__...'. (cherry picked from commit e5b0db0) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Revise htest.py docstring and move 2 specs to alphabetical position.
Examine and update spec -- callable pairs. Revise run method.
Revise spec-callable pairs from percolator to end.
Mostly double spacing before 'if __name__...'.
Revise htest.py docstring and move 2 specs to alphabetical position.
Examine and update spec -- callable pairs. Revise run method.
Revise spec-callable pairs from percolator to end.
Mostly double spacing before 'if __name__...'.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
The text was updated successfully, but these errors were encountered: