summaryrefslogtreecommitdiffstats
path: root/tests/tests_tk.py
blob: 9aa645cef7ae7e042a64e41daca2eb01d2b97237 (plain)
1
2
3
4
5
6
7
"""Test `tqdm.tk`."""
from .tests_tqdm import importorskip


def test_tk_import():
    """Test `tqdm.tk` import"""
    importorskip('tqdm.tk')