Add shell scripts for local testing.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
python tests/decoding_test.py
|
||||
|
||||
python tests/decoding_test.py
|
||||
|
||||
4
tests/decoding_test2.sh
Executable file
4
tests/decoding_test2.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
export PYTHONPATH=`pwd`
|
||||
python2 tests/decoding_test.py
|
||||
4
tests/decoding_test3.sh
Executable file
4
tests/decoding_test3.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
export PYTHONPATH=`pwd`
|
||||
python3 tests/decoding_test.py
|
||||
Reference in New Issue
Block a user