Add script to run tests

This commit is contained in:
2022-02-15 22:25:57 +00:00
parent e15cec7afe
commit 63f4df3749

2
handler/runtest.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
python -m unittest discover -s tests -p 'test_*.py'