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

Refactor to export testutils #207

Merged
merged 2 commits into from
Feb 13, 2022
Merged

Refactor to export testutils #207

merged 2 commits into from
Feb 13, 2022

Conversation

evan-forbes
Copy link
Member

@evan-forbes evan-forbes commented Feb 10, 2022

Description

exports some testing utilities, specifically tools to easily create a new app. Helps out #420

closes #206

core "github.com/tendermint/tendermint/proto/tendermint/types"
)

func TestPreprocessTxs(t *testing.T) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved this test in it's own package so that it could import from testutil and app

Copy link
Member

@renaynay renaynay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!!!! Thanks @evan-forbes

@evan-forbes evan-forbes merged commit ad9e077 into master Feb 13, 2022
@evan-forbes evan-forbes deleted the evan/export-testutils branch February 13, 2022 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Make the full application easier to test with
3 participants