onflow / cadence

Cadence, the resource-oriented smart contract programming language 🏃‍♂️
https://developers.flow.com/cadence
Apache License 2.0
532 stars 139 forks source link

Add more unit tests for the test-framework #2801

Open SupunS opened 1 year ago

SupunS commented 1 year ago

Issue to be solved

Many of the tests for the test-framework are in the cadence-tools repo. Because of that, certain regression issues are only caught when updating the downstream dependencies.

Suggested Solution

Write more unit tests for the APIs / basic functionalities in this repo, using the mock test framework.

j1010001 commented 1 year ago

In addition, consider adding CI check for API breakage to Cadence-tools