From 225e311aeb168da0c7af8a3204deb4481620a155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 6 Dec 2018 15:35:31 +0100 Subject: [PATCH] Updated Understanding and debugging Nimbus EVM JSON tests (markdown) --- Understanding-and-debugging-Nimbus-EVM-JSON-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md index ed3682a..b2956e4 100644 --- a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md +++ b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md @@ -175,7 +175,7 @@ Some terminals don't support colour output and in this case you will see lots of ### py-evm ``` -pytest -s -k fixtures/GeneralStateTests/stAttackTest/ContractCreationSpam.json tests/json-fixtures/test_state.py --fork Homestead +pytest -v --log-level=DEBUG -k fixtures/GeneralStateTests/stAttackTest/ContractCreationSpam.json tests/json-fixtures/test_state.py --fork Homestead ``` Installation hints: - use a virtualenv