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

x/bank: Switch MsgSend tests to be table driven #1546

Closed
ValarDragon opened this issue Jul 4, 2018 · 1 comment · Fixed by #1764
Closed

x/bank: Switch MsgSend tests to be table driven #1546

ValarDragon opened this issue Jul 4, 2018 · 1 comment · Fixed by #1764
Assignees
Labels

Comments

@ValarDragon
Copy link
Contributor

Currently they are hardcoded and not easily extendable. These really should be table driven tests, as that is the recommended method for testing this sort of thing in golang. (https://github.com/golang/go/wiki/TableDrivenTests)

@ebuchman
Copy link
Member

ebuchman commented Jul 5, 2018

Yes! Tagging #1555 as related to "simplifying tests"

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

Successfully merging a pull request may close this issue.

3 participants