Add config argument to toggle assertion tests on variables
By default, Echidna will try to fuzz the public variables in the contract. It would be nice to be able to turn off these assertions.
Under normal circumstances, Echidna will call view/pure variables with a low probability which should not slow the the rest of the campaign. What is the use case of never calling these?
Sorry, realized I forgot to respond to this – it impedes exploration while fuzzing a huge codebase
+1
It is also cleaner in the UI to be able to remove unwanted/useless fuzz tests.
At the moment I work around this by making variables internal as much as possible :slightly_smiling_face: