tests.sh 162 B

1234567
  1. #!/usr/bin/env bash
  2. _root=$(dirname $(dirname $(realpath $0)))
  3. source ${_root}/scripts/config.sh
  4. export BASE_DIR="${_root}/tests"
  5. python ${BASE_DIR}/main.py $@