Add script to run tests

master
Mark Veidemanis 3 years ago
parent 5d5b818b9a
commit 6e7df83427
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

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