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

tests_rich.py @a8e0244 raw · history · blame

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