Complete revert 0.0.4 changes

This commit is contained in:
nolash 2021-06-15 11:23:37 +02:00
parent 1e73579824
commit 64ba891b21
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 10 additions and 0 deletions

10
run_tests.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
set -e
set -x
export PYTHONPATH=${PYTHONPATH:.}
for f in `ls tests/*.py`; do
python $f
done
set +x
set +e