Reorganize emulated tests folder structure #7389
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
C2-good-first-issue
A task for a first time contributor to become familiar with the Polkadot-SDK.
We have different files in asset-hub-westend emulated tests to organize tests.
We have a lot of test cases for cross-chain transfers there that are divided in:
reserve_transfer.rs
teleport.rs
hybrid_transfers.rs
This division is based on the type of cross-chain transfer, with
hybrid
meaning a mixture of reserve and teleport.It doesn't really help that much and it's harder to reason about than just doing a division based on the chains involved:
para_to_system.rs
system_to_system.rs
through_ah.rs
through_relay.rs
All of these could be under a
transfers
folder to organize them better.A similar reorganization could be done with bridge hub. One folder per bridge (westend<>rococo and snowbridge) and inside files for different transfers depending on the chains involved.
The text was updated successfully, but these errors were encountered: