master
/ miniconda3 / pkgs / tqdm-4.65.0-py311h92b7b1e_0 / info / test / tests / tests_gui.py

tests_gui.py @a663dc1

41a0142
 
 
 
 
 
 
1
2
3
4
5
6
7
"""Test `tqdm.gui`."""
from .tests_tqdm import importorskip


def test_gui_import():
    """Test `tqdm.gui` import"""
    importorskip('tqdm.gui')