run_utils_tests.sh 145 B

1234567
  1. #!/bin/bash
  2. set -eu
  3. _root_dir=$(dirname $(dirname $(readlink -f $0)))
  4. cd ${_root_dir}/utils
  5. python3 -m pytest -c ${_root_dir}/utils/pytest.ini