-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish adapting unit tests to new API (#430)
* remove redundant msg in test * adapt timeout test * clippy * timeout no-op case * ack validation tests * ack tests * recv_packet validation * recv_packet execute test * chan_open_init_validation * chan_open_init tests done * `chan_open_try` validate tests * chan_open_try tests * chan_open_ack tests * chan_open_confirm tests * chan_close_init tests * chan_close_confirm tests * create_client tests * update_client tests * misbehaviour tests * upgrade client tests * Remove Readers and Keepers from MockContext * remove write_ack tests they are now covered in `recv_packet` tests * adapt send_packet * changelog * fix validation msgs * fmt
- Loading branch information
Showing
31 changed files
with
2,030 additions
and
2,367 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvement/430-adapt-unit-tests-to-val-exec-ctx.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Make all unit tests test the ValidationContext/ExecutionContext API | ||
([#430](https://github.com/cosmos/ibc-rs/issues/430)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.