summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tk.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
|
* Restore sys.path in test_tkNick Coghlan2009-10-181-4/+4
|
* A few more test skips via import_module, and change import_module toR. David Murray2009-03-311-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 importBenjamin Peterson2009-03-291-0/+1
|
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-1/+1
|
* Checking for tk availability before continuing (basically the same that is ↵Guilherme Polo2009-02-091-1/+7
| | | | done in test_ttk_guionly)
* Some tests for Tkinter.Text.searchGuilherme Polo2009-02-091-0/+25