ecu-tests/scripts/run_tests.sh

7 lines
175 B
Bash

#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
source .venv/bin/activate
# optional: export ECU_TESTS_CONFIG=$(pwd)/config/test_config.yaml
python -m pytest -v