mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-07-24 23:25:42 -04:00
🍣 add notes ont tests
This commit is contained in:
parent
5428912781
commit
65c0593938
1 changed files with 26 additions and 0 deletions
26
master_solidity/tests/README.md
Normal file
26
master_solidity/tests/README.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
## 🍣 tests in solidity
|
||||
|
||||
<br>
|
||||
|
||||
### unit testing
|
||||
|
||||
<br>
|
||||
|
||||
* [Solidity-Coverage](https://github.com/sc-forks/solidity-coverage)
|
||||
* [Remix tests](https://github.com/ethereum/remix-project/tree/master/libs/remix-tests)
|
||||
* [OpenZeppelin test helpers](https://github.com/OpenZeppelin/openzeppelin-test-helpers)
|
||||
* [foundry forge tests](https://github.com/foundry-rs/foundry/tree/master/forge)
|
||||
* [etheno](https://github.com/crytic/etheno)
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
### articles
|
||||
|
||||
<br>
|
||||
|
||||
* [how to mock solidity contracts](https://ethereum.org/en/developers/tutorials/how-to-mock-solidity-contracts-for-testing/)
|
||||
* [truffle smart contract test framework](https://ethereum.org/en/developers/tutorials/how-to-mock-solidity-contracts-for-testing/)
|
||||
* [in-depth guide to testing ethereum smart contracts](https://iamdefinitelyahuman.medium.com/an-in-depth-guide-to-testing-ethereum-smart-contracts-2e41b2770297)
|
||||
* [how to test smart contracts](https://betterprogramming.pub/how-to-test-ethereum-smart-contracts-35abc8fa199d)
|
Loading…
Add table
Add a link
Reference in a new issue