mirror of https://github.com/crytic/slither
parent
cf9df6efe4
commit
a50588092e
@ -0,0 +1,8 @@ |
||||
# setup hardhat for compilation tests |
||||
pushd tests/e2e/compilation/test_data/test_node_modules/ |
||||
npm install hardhat |
||||
popd |
||||
|
||||
# used to pass --cov=$path and --cov-append to pytest |
||||
pytest $1 tests/e2e/ -n auto |
||||
python -m coverage report |
@ -0,0 +1,4 @@ |
||||
npm install --global ganache |
||||
# used to pass --cov=$path and --cov-append to pytest |
||||
pytest $1 tests/tools/read-storage/test_read_storage.py |
||||
python -m coverage report |
@ -0,0 +1,3 @@ |
||||
# used to pass --cov=$path and --cov-append to pytest |
||||
pytest $1 tests/unit/ |
||||
python -m coverage report |
Loading…
Reference in new issue