py-evm

Ștefan Talpalaru 2018-12-04 22:21:25 +01:00
parent 9a8923ed6d
commit 703f80f30d
1 changed files with 9 additions and 1 deletions

@ -168,4 +168,12 @@ When compiling using Nim with `debug`, Chronicles defaults to displaying debug a
#### Colours
Some terminals don't support colour output and in this case you will see lots of extra characters that makes it difficult to read messages. To turn colouring off, you can use: `-d:chronicles_sinks=textlines[nocolors, stdout]`
Some terminals don't support colour output and in this case you will see lots of extra characters that makes it difficult to read messages. To turn colouring off, you can use: `-d:chronicles_sinks=textlines[nocolors, stdout]`
## Testing in other clients
### py-evm
```sh
pytest -s -k fixtures/GeneralStateTests/stRefundTest/refund_OOG.json
```