-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Joon/555 tests #688
Joon/555 tests #688
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #688 +/- ##
========================================
Coverage 59.25% 59.25%
========================================
Files 62 62
Lines 3286 3286
========================================
Hits 1947 1947
Misses 1194 1194
Partials 145 145 |
Can be merged |
@sunnya97 can you review this PR? is relevant for tests you were talking about developing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make SignCheckDeliver()
and CheckBalance()
more general purpose by allowing us to pass in an Account/Address repectively and then let's update all of these msg tests to use those functions. See TestQuizMsg()
for example.
Also can we change TestHandler()
to something more specific like TestIBCMsgs()
or something?
* Fix path in doc * Fix command in docs
Closes: #555