rocky / vscode-solidity

Visual Studio Code language support extension for Solidity smart contracts in Ethereum
MIT License
1 stars 1 forks source link

DRY testing code #25

Open rocky opened 5 years ago

rocky commented 5 years ago

When an interface changes we shouldn't have to change 11 places in the tests. Instead there should be a common routine, which reduces the amount of work needed when an interface changes.