codex-contracts-eth/fuzzing/echidna.yaml

6 lines
244 B
YAML

# configure Echidna fuzzing tests
testMode: "assertion" # check that solidity asserts are never triggered
allContracts: true # allow calls to e.g. TestToken in test scenarios
format: "text" # disable interactive ui