Sign in
third-party-mirror
/
tqdm
/
d593e871a6b3fcc21ca5281aebda0feee0e8732e
/
.
/
tests
/
tests_rich.py
blob: c75e246d959a18e1b6f56568b536f783766052eb [
file
] [
log
] [
blame
]
"""Test `tqdm.rich`."""
import
sys
from
.
tests_tqdm
import
importorskip
,
mark
@mark
.
skipif
(
sys
.
version_info
[:
3
]
<
(
3
,
6
,
1
),
reason
=
"`rich` needs py>=3.6.1"
)
def
test_rich_import
():
"""Test `tqdm.rich` import"""
importorskip
(
'tqdm.rich'
)