From f3ea6201464e2a2fd063b69b8bd6149b29ae15fe Mon Sep 17 00:00:00 2001 From: Uiri Date: Wed, 29 Mar 2017 22:41:07 -0400 Subject: [PATCH] Add shell scripts for local testing. --- tests/decoding_test.sh | 3 ++- tests/decoding_test2.sh | 4 ++++ tests/decoding_test3.sh | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 tests/decoding_test2.sh create mode 100755 tests/decoding_test3.sh diff --git a/tests/decoding_test.sh b/tests/decoding_test.sh index 21f7439..815afc0 100755 --- a/tests/decoding_test.sh +++ b/tests/decoding_test.sh @@ -1,2 +1,3 @@ #!/bin/sh -python tests/decoding_test.py \ No newline at end of file + +python tests/decoding_test.py diff --git a/tests/decoding_test2.sh b/tests/decoding_test2.sh new file mode 100755 index 0000000..dcae0e8 --- /dev/null +++ b/tests/decoding_test2.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +export PYTHONPATH=`pwd` +python2 tests/decoding_test.py diff --git a/tests/decoding_test3.sh b/tests/decoding_test3.sh new file mode 100755 index 0000000..47aaec1 --- /dev/null +++ b/tests/decoding_test3.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +export PYTHONPATH=`pwd` +python3 tests/decoding_test.py