master
/ miniconda3 / pkgs / tqdm-4.65.0-py311h92b7b1e_0 / info / test / tests / tests_tk.py

tests_tk.py @a663dc1 raw · history · blame

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')