1
0
mirror of synced 2026-01-12 00:42:47 +00:00
2025-12-04 12:09:48 +01:00

7 lines
180 B
Bash
Executable File

#!/usr/bin/env bash
source ../common-env.sh
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
pytest -v -m "not smt and not rkt" "$SCRIPT_DIR" "$@"