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

Extract systemtests into another package #22562

Closed
julienrbrt opened this issue Nov 19, 2024 · 0 comments · Fixed by #22578
Closed

Extract systemtests into another package #22562

julienrbrt opened this issue Nov 19, 2024 · 0 comments · Fixed by #22578
Assignees
Labels

Comments

@julienrbrt
Copy link
Member

As discussed with @alpe, we should extract the systemtests framework in another package and leave our system tests under tests/
This allows us to release the framework without our tests, and as well make sure our tests aren't using internal systemtests logic.

I'd propose to put the systemtests package directly at the root. systemtests/go.mod and keep the tests/ package only for our tests.
(Eventually the same should be done done the integration test framework)

@julienrbrt julienrbrt changed the title Extract systemtests into another packages Extract systemtests into another package Nov 19, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Nov 19, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to 🥳 Done in Cosmos-SDK Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🥳 Done
Development

Successfully merging a pull request may close this issue.

2 participants