7 lines
143 B
Python
7 lines
143 B
Python
"""Test `tqdm.tk`."""
|
|
from .tests_tqdm import importorskip
|
|
|
|
|
|
def test_tk_import():
|
|
"""Test `tqdm.tk` import"""
|
|
importorskip('tqdm.tk')
|