pluto/handler/runtest.sh

4 lines
80 B
Bash
Executable File

#!/bin/sh
pre-commit run -a
python -m unittest discover -s tests -p 'test_*.py'