Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+0 |
| | |||||
* | Restore sys.path in test_tk | Nick Coghlan | 2009-10-18 | 1 | -4/+4 |
| | |||||
* | A few more test skips via import_module, and change import_module to | R. David Murray | 2009-03-31 | 1 | -1/+5 |
| | | | | | | | return the error message produced by importlib, so that if an import in the package whose import is being wrapped is what failed the skip message will contain the name of that module instead of the name of the wrapped module. Also fixed formatting of some previous comments. | ||||
* | add missing import | Benjamin Peterson | 2009-03-29 | 1 | -0/+1 |
| | |||||
* | remove test_support.TestSkipped and just use unittest.SkipTest | Benjamin Peterson | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | Checking for tk availability before continuing (basically the same that is ↵ | Guilherme Polo | 2009-02-09 | 1 | -1/+7 |
| | | | | done in test_ttk_guionly) | ||||
* | Some tests for Tkinter.Text.search | Guilherme Polo | 2009-02-09 | 1 | -0/+25 |