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
#319 doesn't assume that we are running the stack traces test cases automatically, but we have a lot of them so we should abstract them and execute them with a single runner.
One option is to do the same we do in Hardhat: have directories with solidity files, plus JSON files that work as DSLs for those tests. But we can consider alternative options (macros? a different way to express the DSL?)
The text was updated successfully, but these errors were encountered:
#319 doesn't assume that we are running the stack traces test cases automatically, but we have a lot of them so we should abstract them and execute them with a single runner.
One option is to do the same we do in Hardhat: have directories with solidity files, plus JSON files that work as DSLs for those tests. But we can consider alternative options (macros? a different way to express the DSL?)
The text was updated successfully, but these errors were encountered: