run_test.sh 45 B

123456789
  1. set -ex
  2. pip check
  3. pytest -n auto
  4. exit 0