Skip to content

Commit

Permalink
add more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Nov 7, 2023
1 parent de7384f commit 4f317f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/cadence/testing-framework.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1290,3 +1290,8 @@ access(all) fun testExample() {
This [repository](https://github.com/m-Peter/flow-code-coverage) contains some functional examples
that demonstrate most of the above features, both for contrived and real-world smart contracts.
It also contains a detailed explanation on using code coverage from within the testing framework.

These are other real world projects with tests:
- https://github.com/onflow/hybrid-custody/tree/main/test,
- https://github.com/onflow/flow-nft/tree/master/tests,
- https://github.com/onflow/flow-ft/tree/master/tests.

0 comments on commit 4f317f6

Please sign in to comment.