summaryrefslogtreecommitdiffstats
path: root/tests/tests_gui.py
blob: dddd918e3619b976be2cc820fdbc4dca7a857beb (plain)
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')