1 2 3 4 5 6 7 8 9
#!/bin/bash set -euo pipefail export RUST_BACKTRACE=1 cargo test --release if ! command -v pytest ; then pip install pytest fi pytest functests -vs