Current Path: > > usr > lib64 > python2.7 > lib-tk > test >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
test_tkinter | Directory | - | - | |
test_ttk | Directory | - | - | |
README | File | 566 bytes | April 10 2024 04:58:34. | |
runtktests.py | File | 2245 bytes | April 10 2024 04:58:34. | |
runtktests.pyc | File | 2859 bytes | April 10 2024 04:58:44. | |
runtktests.pyo | File | 2859 bytes | April 10 2024 04:58:44. | |
widget_tests.py | File | 20589 bytes | April 10 2024 04:58:34. | |
widget_tests.pyc | File | 26493 bytes | April 10 2024 04:58:44. | |
widget_tests.pyo | File | 26493 bytes | April 10 2024 04:58:44. |
Writing new tests ================= Precaution ---------- New tests should always use only one Tk window at once, like all the current tests do. This means that you have to destroy the current window before creating another one, and clean up after the test. The motivation behind this is that some tests may depend on having its window focused while it is running to work properly, and it may be hard to force focus on your window across platforms (right now only test_traversal at test_ttk.test_widgets.NotebookTest depends on this).
SILENT KILLER Tool