monolith/legacy/runtest.sh

4 lines
81 B
Bash
Executable File

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