mirror of https://github.com/tqdm/tqdm.git
8 lines
147 B
Python
8 lines
147 B
Python
|
"""Test `tqdm.gui`."""
|
||
|
from .tests_tqdm import importorskip
|
||
|
|
||
|
|
||
|
def test_gui_import():
|
||
|
"""Test `tqdm.gui` import"""
|
||
|
importorskip('tqdm.gui')
|