summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/test_tkinter/test_loadtk.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)Miss Islington (bot)2021-10-131-2/+1
| | | | | (cherry picked from commit f59ed3c310a7ceebf2a56a84ea969a7f75d95b64) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-061-1/+2
|
* test_tkinter: use a context manager to close directly the pipeVictor Stinner2011-01-031-1/+2
| | | | Patch written by Nadeem Vawda
* Merged revisions 73495 via svnmerge fromGuilherme Polo2009-06-211-0/+45
svn+ssh://pythondev/python/trunk ........ r73495 | guilherme.polo | 2009-06-21 14:22:50 -0300 (Sun, 21 Jun 2009) | 4 lines Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to Lib/lib-tk/test/test_tkinter/test_loadtk in order to follow the behaviour of test_ttkguionly. ........