From 2debd7fa981301e64360ba409efda98972a3d8f2 Mon Sep 17 00:00:00 2001 From: gandalf3 Date: Fri, 23 Jun 2017 20:05:45 -0700 Subject: [PATCH] Add test runner script --- tests.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests.sh 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 +