From c9f1e2d18d73f7530c2a0ba22ae56bb1a02bf952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 4 Dec 2018 23:12:18 +0100 Subject: [PATCH] go-ethereum --- Understanding-and-debugging-Nimbus-EVM-JSON-tests.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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