tqdm/tests/tests_tk.py

8 lines
143 B
Python
Raw Permalink Normal View History

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