hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Expand acceptance test offering #73

Closed Nana-EC closed 6 months ago

Nana-EC commented 7 months ago

Problem

Currently https://github.com/hashgraph/hedera-sourcify/blob/main/test/test-server.js is the main acceptance tests coverage. However, this is limited and may be missing scenarios

Solution

  1. Explore https://github.com/hashgraph/hedera-sourcify/blob/main/test/test-server.js and categorize feature coverage
  2. Update this Epic with tasks below to address coverage gaps vs mocha tests
  3. Update this Epic with tasks below to update CI as needed to ensure all PRs pass through the gate checks
### mocha test tasks
### CI github action test tasks

Alternatives

No response