pluto/handler/runtest.sh

4 lines
80 B
Bash
Raw Normal View History

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