-
Notifications
You must be signed in to change notification settings - Fork 140
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
Move test framework tests to Cadence #2129
Conversation
564a977
to
b4dfd5b
Compare
Codecov Report
@@ Coverage Diff @@
## master #2129 +/- ##
==========================================
+ Coverage 77.75% 77.94% +0.19%
==========================================
Files 305 305
Lines 63629 63676 +47
==========================================
+ Hits 49476 49634 +158
+ Misses 12383 12256 -127
- Partials 1770 1786 +16
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 15bbb25 Collapsed results for better readability
|
Work towards #2084
Description
When updating the Test framework,
cadence-tools/test
, to Stable Cadence, I realized I had broken it in #2125.This was not catched, as all tests for the standard library test contract are in the downstream repo.
To avoid future breakage, move some of the functionality and tests to the Cadence repo.
master
branchFiles changed
in the Github PR explorer