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

testing package #13580

Closed
3 tasks
tac0turtle opened this issue Oct 18, 2022 · 2 comments
Closed
3 tasks

testing package #13580

tac0turtle opened this issue Oct 18, 2022 · 2 comments

Comments

@tac0turtle
Copy link
Member

tac0turtle commented Oct 18, 2022

Summary

In the past few months we have moved lots of the tests within the cosmos-sdk into a testing. in order for modules not to depend on the cosmos sdk we need a way for test utils to not be part of the root cosmos sdk.

Proposal

@julienrbrt
Copy link
Member

julienrbrt commented Oct 25, 2022

create its own go.mod

I don't understand why it would need to have its go mod. I feel like, the testing suite is inherent part of the SDK.

@tac0turtle
Copy link
Member Author

Well the idea is when we have other components in their own go.mods then tying testutils like simulation to core feels odd. It would help for iteration on the utils as well.

If we rewrite simulations we don't want to force everyone to migrate right away instead they can migrate in their own

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

No branches or pull requests

2 participants