From 3d2c9fd003c14a4969f383cd5eb0966b7b6a3d7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2024 09:20:07 +0100 Subject: Adding upstream version 4.64.1. Signed-off-by: Daniel Baumann --- tests/tests_gui.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/tests_gui.py (limited to 'tests/tests_gui.py') diff --git a/tests/tests_gui.py b/tests/tests_gui.py new file mode 100644 index 0000000..dddd918 --- /dev/null +++ b/tests/tests_gui.py @@ -0,0 +1,7 @@ +"""Test `tqdm.gui`.""" +from .tests_tqdm import importorskip + + +def test_gui_import(): + """Test `tqdm.gui` import""" + importorskip('tqdm.gui') -- cgit v1.2.3