summaryrefslogtreecommitdiff
path: root/Lib/test/test_ttk_guionly.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-8/+13
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-8/+2
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-021-4/+2
* Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to runNed Deily2011-07-031-7/+10
* Merged revisions 87721 via svnmerge fromAntoine Pitrou2011-01-041-2/+6
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* Restore original sys.path when running TTK testsNick Coghlan2009-10-171-4/+4
* A few more test skips via import_module, and change import_module toR. David Murray2009-03-311-2/+4
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-2/+4
* add missing importBenjamin Peterson2009-03-261-0/+1
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-1/+1
* * Renaming test_tk_* to test_ttk_* since that is what they are testing.Guilherme Polo2009-01-281-0/+32