nucypher/scripts/hooks/run_unit_tests.sh

6 lines
53 B
Bash
Executable File

#!/usr/bin/env bash
set -e
pytest tests/unit
exit 0