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
Currently it's problematic to test contracts that are a part of a larger multi smart contracts design. I think we should have a tool that allows us to define a mock contract and specify what should it return at the given entrypoints, expect the number of calls to those entrypoints and even raise an error. Functionalities can be similar to mockall (but without statics 😅 ).
The text was updated successfully, but these errors were encountered:
Currently it's problematic to test contracts that are a part of a larger multi smart contracts design. I think we should have a tool that allows us to define a mock contract and specify what should it return at the given entrypoints, expect the number of calls to those entrypoints and even raise an error. Functionalities can be similar to
mockall
(but without statics 😅 ).The text was updated successfully, but these errors were encountered: