Commit 72ff2f75 authored by Ned Deily's avatar Ned Deily Committed by GitHub

bpo-26386: Re-enable missing widget testcases in test_ttk_guionly. (GH-12014)

parent c7be5520
......@@ -1675,9 +1675,5 @@ tests_gui = (
SizegripTest, TreeviewTest, WidgetTest,
)
tests_gui = (
TreeviewTest,
)
if __name__ == "__main__":
run_unittest(*tests_gui)
Re-enable missing widget testcases in test_ttk_guionly.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment