run_test.sh 73 B

12345678910
  1. set -ex
  2. pip check
  3. pytest -v tests
  4. conda-content-trust --help
  5. exit 0