pluto/handler/runtest.sh

3 lines
62 B
Bash
Executable File

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