Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add sway tests to create-fuels #3100

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

Dhaiwat10
Copy link
Member

@Dhaiwat10 Dhaiwat10 commented Sep 4, 2024

Release notes

In this release, we:

  • Added Sway tests to create-fuels

Summary

This PR adds native Sway tests for all three programs in the create-fuels template.

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

@Dhaiwat10 Dhaiwat10 added the feat Issue is a feature label Sep 4, 2024
@Dhaiwat10 Dhaiwat10 self-assigned this Sep 4, 2024
Copy link

vercel bot commented Sep 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
create-fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2024 2:33pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2024 2:33pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
create-fuels-counter-example ⬜️ Ignored (Inspect) Sep 18, 2024 2:33pm

Copy link
Contributor

@danielbate danielbate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should also extend the create fuels testing documentation.

Copy link
Contributor

@petertonysmith94 petertonysmith94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 🚀

templates/nextjs/package.json Outdated Show resolved Hide resolved
templates/vite/package.json Outdated Show resolved Hide resolved
Copy link

codspeed-hq bot commented Sep 18, 2024

CodSpeed Performance Report

Merging #3100 will improve performances by ×2.5

Comparing dp/create-fuels-contract-tests (4e1ba0a) with master (3668a26)

Summary

⚡ 1 improvements
✅ 20 untouched benchmarks

Benchmarks breakdown

Benchmark master dp/create-fuels-contract-tests Change
Instantiate a new Unlocked wallet 103.3 ms 40.7 ms ×2.5

Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
77.16%(+0%) 71.81%(+0%) 75.77%(+0%) 77.27%(+0%)
Changed Files:

Coverage values did not change👌.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement contract testing in create fuels
7 participants