summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/mock_tk.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #20640: Add tests for idlelib.configHelpSourceEdit.Terry Jan Reedy2016-05-151-0/+5
| | | | Patch by Saimadhav Heblikar.
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
|
* Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
| | | | Patch by Févry Thibault.
* Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.Terry Jan Reedy2014-06-041-4/+23
|
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-4/+4
|
* Issue #18365: normalize whitespaceTerry Jan Reedy2013-07-131-6/+6
|
* Issue #18365: Add mock Text class and test thereof versus tk.Text.Terry Jan Reedy2013-07-131-5/+221
| | | | Based on patches by Todd.Rovito and Phil Webster.
* Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.Terry Jan Reedy2013-06-051-0/+63
Fix bug in existing human test and add instructions; fix two bugs in tested code; remove redundancies, add spaces, and change two internal method names. Add mock_tk with mocks for tkinter.Variable subclasses and tkinter.messagebox. Use mocks in test_config_name to unittest methods that are otherwise gui-free.