Files

11 lines
196 B
Bash
Raw Permalink Normal View History

2025-05-26 21:31:32 -05:00
#!/usr/bin/env bash
set -e
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "${script_dir}/.."
set -x
pytest -vvs --no-cov --tb=native -n 0 tests/integration/