Add script to run tests
This commit is contained in:
parent
e15cec7afe
commit
63f4df3749
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
python -m unittest discover -s tests -p 'test_*.py'
|
Loading…
Reference in New Issue