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

test: Added tests for DecCoins to increase code coverage #9752

Merged
merged 23 commits into from
Jul 26, 2021
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5ffa76d
Added test for DecCoins Empty method
spoo-bar Jul 20, 2021
7e39dc2
Added test for DecCoins GetDenomByIndex method
spoo-bar Jul 20, 2021
5378ddb
Added test for DecCoins IsAllPositive method
spoo-bar Jul 20, 2021
5dbc08c
Added test for DecCoins IsLT method
spoo-bar Jul 21, 2021
1451c63
Added test for DecCoins IsGTE method
spoo-bar Jul 21, 2021
e130956
Added test for DecCoins IsZero method
spoo-bar Jul 21, 2021
24c8a6b
Added test for DecCoins MulDec method
spoo-bar Jul 21, 2021
6009700
Added test for DecCoins MulDecTruncate method
spoo-bar Jul 21, 2021
a3bb430
Added test for DecCoins QuoDec method
spoo-bar Jul 21, 2021
d19dc03
Added test for DecCoins IsEqual method
spoo-bar Jul 21, 2021
717fa51
Added test for DecCoins IsEqual method
spoo-bar Jul 21, 2021
9f098e2
Added panic test case for NewDecCoins method
spoo-bar Jul 22, 2021
4187522
Added test for DecCoin Validate method
spoo-bar Jul 22, 2021
9a8b53e
Added test for DecCoins ParseDecCoin method
spoo-bar Jul 22, 2021
4de162d
use named test
jgimeno Jul 23, 2021
e03d0be
Merge branch 'master' into spoorthi/7031-deccoins-adding-tests
Jul 23, 2021
c3cf517
added names to tests for better test fail message
spoo-bar Jul 23, 2021
766b7ee
Merge branch 'spoorthi/7031-deccoins-adding-tests' of github.com:cosm…
spoo-bar Jul 23, 2021
be17563
Update container/option_test.go
spoo-bar Jul 26, 2021
b8c874b
Merge branch 'master' into spoorthi/7031-deccoins-adding-tests
alexanderbez Jul 26, 2021
d991bc3
Merge branch 'master' into spoorthi/7031-deccoins-adding-tests
Jul 26, 2021
3d0f378
Merge branch 'master' into spoorthi/7031-deccoins-adding-tests
mergify[bot] Jul 26, 2021
3a3b80a
Merge branch 'master' into spoorthi/7031-deccoins-adding-tests
mergify[bot] Jul 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions container/option_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package container_test
spoo-bar marked this conversation as resolved.
Show resolved Hide resolved
Loading