Skip to content
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

Try to replace our custom integrity tests (explicitly callable) with similar Substrate tests #2612

Open
svyatonik opened this issue Oct 11, 2023 · 0 comments
Labels
Milestone

Comments

@svyatonik
Copy link
Contributor

I've recently learned that the Substrate has its own integrity tests, which are a part of the pallet Hooks. They add an autogenerated test to the runtimes, where the pallet is used.

We have our own integrity tests, which need to be added explicitly to the runtime - types assertions, weight checks and so on. Could we possibly move all our tests (or at least some parts) to pallet hooks? It'll make integration easier - integrity tests is what is sometimes forgotten when the bridge is configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant