deltatrace-deterministic-re.../test.sh

9 lines
177 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "Running unit tests..."
pytest -q
echo "Building package (pyproject.toml)..."
python3 -m build
echo "All tests and build succeeded."