mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 20:36:31 +00:00
639674d341
disableParamFiltering() is called in test_all, so its ok when called via test_all. but when test_generalstate_json or test_blockchain_json is called independently, and we are using command line switch, the default param handler from std/unittest will interfere. hence need to disable it.
tests
TODO: more GeneralStateTest fixtures!