tqdm/tests/tests_gui.py

8 lines
147 B
Python
Raw Normal View History

2021-01-10 17:29:50 +00:00
"""Test `tqdm.gui`."""
from .tests_tqdm import importorskip
def test_gui_import():
"""Test `tqdm.gui` import"""
importorskip('tqdm.gui')