summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_outwin.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33855: More edits and new minimal tests for IDLE (GH-7761)Terry Jan Reedy2018-06-181-4/+3
| | | | Part 2 of 3. Continues PR #7689, changeset ee5ef30. Edit and add tests for 18 modules, help_about to replace and run.
* bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046)Cheryl Sabella2017-08-271-0/+172
Move some data and functions from the class to module level. Patch by Cheryl Sabella.