mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-01-31 10:46:53 +00:00
7 lines
321 B
YAML
7 lines
321 B
YAML
|
# configure Echidna fuzzing tests
|
||
|
|
||
|
testMode: "assertion" # check that solidity asserts are never triggered
|
||
|
multi-abi: true # allow calls to e.g. TestToken in test scenarios
|
||
|
corpusDir: "fuzzing/corpus" # collect coverage maximizing corpus in this dir
|
||
|
format: "text" # disable interactive ui
|