pluto/handler/runtest.sh

3 lines
62 B
Bash
Raw Normal View History

2022-02-15 22:25:57 +00:00
#!/bin/sh
python -m unittest discover -s tests -p 'test_*.py'