summaryrefslogtreecommitdiffstats
path: root/tests/tests_rich.py
blob: 2fff78cc44fc24f4e2886299b8b3e5e40c535301 (plain)
1
2
3
4
5
6
7
"""Test `tqdm.rich`."""
from .tests_tqdm import importorskip


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