Add script to run tests

This commit is contained in:
Mark Veidemanis 2022-02-15 22:25:57 +00:00
parent e15cec7afe
commit 63f4df3749
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 2 additions and 0 deletions

2
handler/runtest.sh Executable file
View File

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