Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
569 stars 60 forks source link

Feature Request: UnitTest stub support for Hardhat/Ethers (instead of truffle) #70

Closed NoahMarconi closed 3 years ago

NoahMarconi commented 3 years ago

If adding something like this wouldn't clutter things too much I'd be happy to work on a pull request.

tintinweb commented 3 years ago

We can make this configurable if it is useful. Can you suggest a template @NoahMarconi ?

defistar commented 3 years ago

@tintinweb Thanks for offering to make this configurable. We are working on testTemplate for hardhat. We will share the Pull-Request by next-week.

tintinweb commented 3 years ago

thx for the PR. added a configurative option to select the default unittest template.

image