You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is related to #132. The use deploymentOrder is useful to simplify deployments, but it doesn't allow to specify which contract contains the tests or which contract actually should be called during the campaign. In echidna, we have the ``--contract` command line to specify the contract name (if there are more than one contract) and by default this will be the contract that will have tests and functions to call. I think the same should be implemented in medusa.
The text was updated successfully, but these errors were encountered:
TestAllContracts set to false should only test deploymentOrder contracts (similar to echidna's --contract). With #132, the idea would be to filter the called contracts to only deploymentOrder contracts too. Which would match echidna's behavior (I believe). Would this then be adequate? Or were you thinking of something more customizable, like allowing you to specify a different list to target for calls/tests?
This issue is related to #132. The use
deploymentOrder
is useful to simplify deployments, but it doesn't allow to specify which contract contains the tests or which contract actually should be called during the campaign. In echidna, we have the ``--contract` command line to specify the contract name (if there are more than one contract) and by default this will be the contract that will have tests and functions to call. I think the same should be implemented in medusa.The text was updated successfully, but these errors were encountered: