run_test.sh 73 B

123456789
  1. set -ex
  2. pytest -vv --doctest-modules boltons tests
  3. pip check
  4. exit 0