-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move e2e tests to independent folder (#297)
* wip * provider * rename test suites * two more * consumer * final cleans and readme * Update README.md * Update README.md * mas formatting in readme * Update README.md * Update README.md * pr changes * Update README.md Co-authored-by: Marius Poke <[email protected]> * remove debug code Co-authored-by: Marius Poke <[email protected]>
- Loading branch information
Showing
21 changed files
with
2,493 additions
and
2,461 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## End To End Testing | ||
|
||
E2e tests are categorized into files as follows: | ||
|
||
- `setup_test.go` - setup for the e2e tests | ||
- `common_test.go` - helper functions | ||
- `channel_init_test.go` - e2e tests for the _Channel Initialization_ sub-protocol | ||
- `valset_update_test.go` - e2e tests for the _Validator Set Update_ sub-protocol | ||
- `unbonding_test.go` - e2e tests for the _Completion of Unbonding Operations_ | ||
- `slashing_test.go` - e2e tests for the _Consumer Initiated Slashing_ sub-protocol | ||
- `distribution_test.go` - e2e tests for the _Reward Distribution_ sub-protocol | ||
- `stop_consumer_test.go` - e2e tests for the _Consumer Chain Removal_ sub-protocol | ||
- `normal_operations_test.go` - e2e tests for _normal operations_ of ICS enabled chains |
Oops, something went wrong.