tipresias/augury

View on GitHub
scripts/test.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

set -euo pipefail

# We use loadfile to group tests by file to avoid IO errors
docker-compose run --rm data_science kedro test -n auto --dist=loadfile $*