Commit graph

4 commits

Author SHA1 Message Date
Georg Brandl
a4f46e1292 Remove unused imports in test modules. 2010-02-07 17:03:15 +00:00
Nick Coghlan
7df72dcdf9 Restore original sys.path when running TTK tests 2009-10-17 14:40:54 +00:00
R. David Murray
597ebab744 A few more test skips via import_module, and change import_module to
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.
2009-03-31 18:32:17 +00:00
Guilherme Polo
7a77ee88af * Renaming test_tk_* to test_ttk_* since that is what they are testing.
* Added ttk tests to the expected skips mapping just like where test_tcl
was expected to be skipped too.
2009-01-28 19:28:04 +00:00
Renamed from Lib/test/test_tk_textonly.py (Browse further)