diff --git a/tests.sh b/tests.sh new file mode 100755 index 0000000..2083f36 --- /dev/null +++ b/tests.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +python -m unittest discover tests +