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