master
/ miniconda3 / pkgs / tqdm-4.65.0-py311h92b7b1e_0 / info / test / run_test.sh

run_test.sh @a663dc1

41a0142
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
set -ex



pip check
tqdm --help
tqdm -v | rg 4.65.0
pytest -k "not tests_perf"
exit 0