Merge pull request #117 from JoranHonig/bugfix/tests

Add dependency check to test script
pull/120/head
Bernhard Mueller 7 years ago committed by GitHub
commit 05804bb97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      all_tests.sh

@ -1,8 +1,11 @@
#!/bin/sh
python --version
python3 --version
echo "Please make sure you are using python 3.6.x"
solc --version
echo "Please make sure you are using solc 0.4.21"
rm -rf ./tests/testdata/outputs_current/
mkdir -p ./tests/testdata/outputs_current/
python3 -m unittest discover -p "*_test.py"

Loading…
Cancel
Save