From 989ee8937313a559a29993e9eee33dc165936576 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 5 Feb 2016 11:15:33 +0100 Subject: [PATCH] create shell script to run unittests --- run_unittests.sh | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100755 run_unittests.sh diff --git a/run_unittests.sh b/run_unittests.sh new file mode 100755 index 0000000..10d6501 --- /dev/null +++ b/run_unittests.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# run unittest suite using python2 and python3 + +python2 -m unittest discover test && python3 -m unittest discover test -- 1.7.1