chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit 64ba891b21564c342d976693bbae902c1f4e48fd
parent 1e735798241c739531f6deea06d4b4806e9df374
Author: nolash <dev@holbrook.no>
Date:   Tue, 15 Jun 2021 11:23:37 +0200

Complete revert 0.0.4 changes

Diffstat:
Arun_tests.sh | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/run_tests.sh b/run_tests.sh @@ -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