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.
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
vgeddes
left a comment
There was a problem hiding this comment.
Looks better. Just need to rename the crate.
parachain/runtime/tests/Cargo.toml
Outdated
There was a problem hiding this comment.
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
d76a77f to
43786c4
Compare
Snowfork/polkadot-sdk#92