Add shell scripts for local testing.

This commit is contained in:
Uiri 2017-03-29 22:41:07 -04:00
parent fc0f755254
commit f3ea620146
3 changed files with 10 additions and 1 deletions

View File

@ -1,2 +1,3 @@
#!/bin/sh
python tests/decoding_test.py
python tests/decoding_test.py

4
tests/decoding_test2.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
export PYTHONPATH=`pwd`
python2 tests/decoding_test.py

4
tests/decoding_test3.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
export PYTHONPATH=`pwd`
python3 tests/decoding_test.py