1
0
Fork 0
tqdm/tests/tests_rich.py

8 lines
151 B
Python
Raw Permalink Normal View History

"""Test `tqdm.rich`."""
from .tests_tqdm import importorskip
def test_rich_import():
"""Test `tqdm.rich` import"""
importorskip('tqdm.rich')