We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Acala has put great effort into running integration tests natively in cargo test. I think we can benefit here.
• Integration TestNets: https://github.com/AcalaNetwork/Acala/blob/0a028bd69a715b508b93f3efb46ff3248b3ada1c/runtime/integration-tests/src/relaychain/kusama_test_net.rs • Homa Module: Interact with relay chain: https://github.com/AcalaNetwork/Acala/blob/fbe0507da942da1d3d19a030374ecdcc5ea92122/modules/homa-lite/src/lib.rs • integration-test setup: https://github.com/AcalaNetwork/Acala/blob/0a028bd69a715b508b93f3efb46ff3248b3ada1c/runtime/integration-tests/src/setup.rs • KusamaRelayChainMock: https://github.com/AcalaNetwork/Acala/blob/53b7fee2f69f675fc289f0c173d06a05b69ee2a5/modules/relaychain/src/lib.rs • Transfer to RelayChain: https://github.com/AcalaNetwork/Acala/blob/0a028bd69a715b508b93f3efb46ff3248b3ada1c/runtime/integration-tests/src/relaychain/kusama_cross_chain_transfer.rs
The text was updated successfully, but these errors were encountered:
Interesting. Nacho has separately done one that we are trialing for statemine/t: https://github.com/NachoPal/parachains-integration-tests
Sorry, something went wrong.
No branches or pull requests
Acala has put great effort into running integration tests natively in cargo test. I think we can benefit here.
• Integration TestNets: https://github.com/AcalaNetwork/Acala/blob/0a028bd69a715b508b93f3efb46ff3248b3ada1c/runtime/integration-tests/src/relaychain/kusama_test_net.rs
• Homa Module: Interact with relay chain: https://github.com/AcalaNetwork/Acala/blob/fbe0507da942da1d3d19a030374ecdcc5ea92122/modules/homa-lite/src/lib.rs
• integration-test setup: https://github.com/AcalaNetwork/Acala/blob/0a028bd69a715b508b93f3efb46ff3248b3ada1c/runtime/integration-tests/src/setup.rs
• KusamaRelayChainMock: https://github.com/AcalaNetwork/Acala/blob/53b7fee2f69f675fc289f0c173d06a05b69ee2a5/modules/relaychain/src/lib.rs
• Transfer to RelayChain: https://github.com/AcalaNetwork/Acala/blob/0a028bd69a715b508b93f3efb46ff3248b3ada1c/runtime/integration-tests/src/relaychain/kusama_cross_chain_transfer.rs
The text was updated successfully, but these errors were encountered: