summaryrefslogtreecommitdiff
path: root/.unittests
diff options
context:
space:
mode:
Diffstat (limited to '.unittests')
-rwxr-xr-x.unittests8
1 files changed, 8 insertions, 0 deletions
diff --git a/.unittests b/.unittests
new file mode 100755
index 0000000..bf5b027
--- /dev/null
+++ b/.unittests
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+
+python setup.py testr --coverage
+RET=$?
+coverage report -m
+rm -f .coverage
+exit $RET