Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20640: Add tests for idlelib.configHelpSourceEdit. | Terry Jan Reedy | 2016-05-15 | 1 | -0/+5 |
| | | | | Patch by Saimadhav Heblikar. | ||||
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
| | | | | Patch by Févry Thibault. | ||||
* | Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-04 | 1 | -4/+23 |
| | |||||
* | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -4/+4 |
| | |||||
* | Issue #18365: normalize whitespace | Terry Jan Reedy | 2013-07-13 | 1 | -6/+6 |
| | |||||
* | Issue #18365: Add mock Text class and test thereof versus tk.Text. | Terry Jan Reedy | 2013-07-13 | 1 | -5/+221 |
| | | | | Based on patches by Todd.Rovito and Phil Webster. | ||||
* | Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. | Terry Jan Reedy | 2013-06-05 | 1 | -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. |