[issue33855] IDLE: Minimally test every non-startup module.

2018-06-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.8 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: test needed -> resolved status: open -> closed versions: +Python 2.7, Python 3.5 -Python 3.8 ___ Python tracker ___ _

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: #33917 is about fixing and documenting template.py. -- dependencies: +idlelib/idle_test/template.py has invalid syntax ___ Python tracker ___

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: Still open for a patch explaining idle_test.template in README. I opened #33904 for rstrip, #33905 for stackbrowser, #33906 for windows, and #33907 for calltips/CallTip renaming. -- stage: patch review -> test needed

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-19 Thread miss-islington
miss-islington added the comment: New changeset cbaee6fe02d22f357c2edf4e463c240d5df22f14 by Miss Islington (bot) in branch '3.7': bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) https://github.com/python/cpython/commit/cbaee6fe02d22f357c2edf4e463c240d5df22f14 -- _

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-19 Thread miss-islington
miss-islington added the comment: New changeset 90209a172c5b629f512cf292a22950285a2c3d81 by Miss Islington (bot) in branch '3.6': bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) https://github.com/python/cpython/commit/90209a172c5b629f512cf292a22950285a2c3d81 -- _

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +7412 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +7411 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list ma

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 4d92158f4c3917fc4fbfebff15224e74782abf79 by Terry Jan Reedy in branch 'master': bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) https://github.com/python/cpython/commit/4d92158f4c3917fc4fbfebff15224e74782abf79 -- ___

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: Change windows.py to window.py, in line with change of menu. Should be safer with everything imported. -- stage: patch review -> test needed ___ Python tracker ___

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-18 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +7389 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list ma

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: Spinoffs: change rstrip.RstripExtension to Rstrip change stackviewer.StackBrowser to accept exception -- stage: patch review -> test needed ___ Python tracker

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-18 Thread miss-islington
miss-islington added the comment: New changeset 740f1cb20a8ae6e7f6daa14f2e240664643ce757 by Miss Islington (bot) in branch '3.7': bpo-33855: More edits and new minimal tests for IDLE (GH-7761) https://github.com/python/cpython/commit/740f1cb20a8ae6e7f6daa14f2e240664643ce757 --

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-18 Thread miss-islington
miss-islington added the comment: New changeset 684bc3d67797f2b5ca9368fe7ecc1c3093d7b694 by Miss Islington (bot) in branch '3.6': bpo-33855: More edits and new minimal tests for IDLE (GH-7761) https://github.com/python/cpython/commit/684bc3d67797f2b5ca9368fe7ecc1c3093d7b694 --

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +7382 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +7381 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset ea3dc8029ab6a0f1ee6a8a72f1612dea74892e08 by Terry Jan Reedy in branch 'master': bpo-33855: More edits and new minimal tests for IDLE (GH-7761) https://github.com/python/cpython/commit/ea3dc8029ab6a0f1ee6a8a72f1612dea74892e08 -- __

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +7369 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 833b3d2dcc7043be20ac19f7821552fcb21f4365 by Terry Jan Reedy in branch '3.6': [3.6] bpo-33855: Minimally test all IDLE modules. (GH-7689) (GH-7734) https://github.com/python/cpython/commit/833b3d2dcc7043be20ac19f7821552fcb21f4365 -- __

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-15 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +7345 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-15 Thread miss-islington
miss-islington added the comment: New changeset 508568764593dca3844a51c10f1493413a51d66f by Miss Islington (bot) in branch '3.7': bpo-33855: Minimally test all IDLE modules. (GH-7689) https://github.com/python/cpython/commit/508568764593dca3844a51c10f1493413a51d66f -- nosy: +miss-is

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +7344 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list ma

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset ee5ef309c7e2daef1248730145408f700732c42e by Terry Jan Reedy in branch 'master': bpo-33855: Minimally test all IDLE modules. (GH-7689) https://github.com/python/cpython/commit/ee5ef309c7e2daef1248730145408f700732c42e -- ___

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: debugger and debugger_r: tests are subminimal because instantiating classes is not trivial. dynoption: skipped because I expect it will be replaced and deleted when I review PR to do so. editor: I discovered, or rediscovered, a new shutdown issue, with Editor

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-14 Thread Tal Einat
Tal Einat added the comment: My main laptop is currently Windows 10, I use it for most CPython work. I also have PCs running OSX, Ubuntu and Windows 7. Terry, let me know what and when you'd like me to run on which OSs, and I'll get it done :) -- ___

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-14 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +7303 stage: test needed -> patch review ___ Python tracker ___ ___ Py

[issue33855] IDLE: Minimally test every non-startup module.

2018-06-14 Thread Terry J. Reedy
New submission from Terry J. Reedy : For module in idlelib modules: Create test_module from new template.py. Add 'module' to docstring and import. Check other minimal imports. Create instance of each class, with requires('gui') if needed. Add initial coverage of this test. I