master
/ miniconda3 / pkgs / cryptography-39.0.1-py311h9ce1e76_2 / info / test / run_test.sh

run_test.sh @a663dc1 raw · history · blame

1
2
3
4
5
6
7
set -ex



pip check
pytest -n auto
exit 0