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

Decouple unit tests #18149

Closed
2 tasks
tac0turtle opened this issue Oct 17, 2023 · 0 comments
Closed
2 tasks

Decouple unit tests #18149

tac0turtle opened this issue Oct 17, 2023 · 0 comments

Comments

@tac0turtle
Copy link
Member

Summary

This Issue is meant to begin the discussion around how and if module unit tests can be written to not import the cosmos sdk. This will enable modules to not import the cosmos sdk allowing modules to work with different versions of the cosmos sdk.

Problem Definition

In order to decouple modules from importing the cosmos sdk we need to see if tests can be written in a way to not import some of the cosmos sdk. It is still unclear if this is possible so part of this epic is evaluating the possibility of this working.

Work Breakdown

  • identify if modules can be written without importing the cosmos sdk
  • rewrite module test to not import the cosmos sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🥳 Done
Development

No branches or pull requests

1 participant