#!/usr/bin/env bash # Run the test suite from the repository root, which some tests require # because they open fixture files by relative path. set -euo pipefail cd "$(dirname "$0")" exec python -m pytest test/ "$@"