test.sh 96 B

123456
  1. #!/usr/bin/env bash
  2. set -e
  3. set -x
  4. pytest --cov=app --cov-report=term-missing app/tests "${@}"