-
Notifications
You must be signed in to change notification settings - Fork 105
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 all runtime tests to polkadot-sdk #1099
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1099 +/- ##
==========================================
- Coverage 80.57% 76.52% -4.06%
==========================================
Files 55 56 +1
Lines 2209 2326 +117
Branches 72 72
==========================================
Hits 1780 1780
- Misses 412 529 +117
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks! 🏅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I agree we should move the tests, but the support code for the tests should remain - see my full comment on slack: https://snowfork.slack.com/archives/G01BGMGLAC9/p1704789482331339?thread_ts=1704782841.923229&cid=G01BGMGLAC9
The support code in parachain/runtime/test_cases.rs
should remain in our repo
c0b3e1c
to
f6fd687
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks better. Just need to rename the crate.
parachain/runtime/tests/Cargo.toml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given its new purpose, we should rename this crate to snowbridge-runtime-test-common
.
The directory should also be renamed accordingly: parachain/runtime/test-common
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
d76a77f
to
43786c4
Compare
Snowfork/polkadot-sdk#92