From 703f80f30de192abe902db835ead6a78cb450844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 4 Dec 2018 22:21:25 +0100 Subject: [PATCH] py-evm --- Understanding-and-debugging-Nimbus-EVM-JSON-tests.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md index 50f8d76..8bd31e4 100644 --- a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md +++ b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md @@ -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]` \ No newline at end of file +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 +```