py-evm: enable tracing

Ștefan Talpalaru 2018-12-06 16:09:51 +01:00
parent 225e311aeb
commit 24fd947c93
1 changed files with 2 additions and 1 deletions

@ -174,8 +174,9 @@ Some terminals don't support colour output and in this case you will see lots of
### py-evm
- run a single JSON test with tracing enabled (by the logging level):
```
pytest -v --log-level=DEBUG -k fixtures/GeneralStateTests/stAttackTest/ContractCreationSpam.json tests/json-fixtures/test_state.py --fork Homestead
pytest -o log_cli=true --log-cli-level=NOTSET -k fixtures/GeneralStateTests/stAttackTest/ContractCreationSpam.json tests/json-fixtures/test_state.py --fork Homestead
```
Installation hints:
- use a virtualenv