master
/ miniconda3 / pkgs / boltons-23.0.0-py311h06a4308_0 / info / test / run_test.sh

run_test.sh @74036c5 raw · history · blame

1
2
3
4
5
6
7
set -ex



pytest -vv --doctest-modules boltons tests
pip check
exit 0