summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_searchdialogbase.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-165/+0
|
* Issue #23184: idle tests, remove unused names and imports.Terry Jan Reedy2015-05-161-3/+3
|
* Issue #18592: Method return signature changes made to SearchDialogBase forTerry Jan Reedy2014-07-131-1/+1
| | | | | test purposes are now reflected in GrepDialog and ReplaceDialog. Docstrings are improved. Initial patch by Saimadhav Heblikar
* Issue #18592: Make unittest for SearchDialogBase work on all tk versions.Terry Jan Reedy2014-07-111-4/+4
|
* Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methodsTerry Jan Reedy2014-07-011-76/+43
| | | | | | to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options.
* Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.Terry Jan Reedy2014-07-011-0/+198