]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-26386: Re-enable missing widget testcases in test_ttk_guionly. (GH-12014)
authorNed Deily <nad@python.org>
Sun, 24 Feb 2019 08:04:19 +0000 (03:04 -0500)
committerGitHub <noreply@github.com>
Sun, 24 Feb 2019 08:04:19 +0000 (03:04 -0500)
Lib/lib-tk/test/test_ttk/test_widgets.py
Misc/NEWS.d/next/Tests/2019-02-24-02-44-52.bpo-26386.YZylPP.rst [new file with mode: 0644]

index 3d5683cc4f5f065261c9ff8ebe83fafbb2566de6..ec8899baac2425d2172b284455ef49c4996f7af2 100644 (file)
@@ -1675,9 +1675,5 @@ tests_gui = (
         SizegripTest, TreeviewTest, WidgetTest,
         )
 
-tests_gui = (
-        TreeviewTest,
-        )
-
 if __name__ == "__main__":
     run_unittest(*tests_gui)
diff --git a/Misc/NEWS.d/next/Tests/2019-02-24-02-44-52.bpo-26386.YZylPP.rst b/Misc/NEWS.d/next/Tests/2019-02-24-02-44-52.bpo-26386.YZylPP.rst
new file mode 100644 (file)
index 0000000..b047fc8
--- /dev/null
@@ -0,0 +1 @@
+Re-enable missing widget testcases in test_ttk_guionly.