run_pytest.sh 96 B

123456
  1. # !/bin/bash
  2. CURRENT_DIR=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
  3. pushd $CURRENT_DIR
  4. pytest
  5. popd