Files
helium/devutils/run_devutils_tests.sh
T
2026-08-14 16:34:56 +02:00

8 lines
159 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
_root_dir=$(dirname $(dirname $(readlink -f $0)))
cd ${_root_dir}/devutils
python3 -m pytest -c ${_root_dir}/devutils/pytest.ini