go-ethereum

Ștefan Talpalaru 2018-12-04 23:12:18 +01:00
parent 703f80f30d
commit c9f1e2d18d
1 changed files with 6 additions and 1 deletions

@ -174,6 +174,11 @@ Some terminals don't support colour output and in this case you will see lots of
### py-evm
```sh
```
pytest -s -k fixtures/GeneralStateTests/stRefundTest/refund_OOG.json
```
### go-ethereum
```
./build/env.sh go test -v -run TestState/stAttackTest/ContractCreationSpam.json ./tests
```