Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all idle test case names end with 'Test'. | Terry Jan Reedy | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | Issue 18130: delete extra spaces | Terry Jan Reedy | 2013-06-05 | 1 | -5/+5 |
| | |||||
* | Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. | Terry Jan Reedy | 2013-06-05 | 1 | -0/+75 |
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. |