diff --git a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md index 8bd31e4..d5bb302 100644 --- a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md +++ b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md @@ -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 +``` \ No newline at end of file