tests.sh 102 B

123456
  1. #!/usr/bin/env bash
  2. source config.sh
  3. export BASE_DIR="."
  4. $PYTHON -m unittest discover -s ${1:-".."}