-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #380 from CosmWasm/348-multitest-events-match-wasmd
Multitest events match wasmd
- Loading branch information
Showing
6 changed files
with
217 additions
and
106 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 |
---|---|---|
@@ -1,8 +1,19 @@ | ||
# Multi Test: Test helpers for multi-contract interactions | ||
|
||
Warning: **Alpha Software** Designed for internal use only. | ||
|
||
This is used for testing cosmwasm-plus contracts, we have no API | ||
stability currently. We are working on refactoring it and will | ||
expose a more refined version for use in other contracts. (Ideally | ||
in cosmwasm-plus 0.9 or 0.10). | ||
|
||
**Use at your own risk** | ||
|
||
Let us run unit tests with contracts calling contracts, and calling | ||
in and out of bank. | ||
|
||
This only works with contracts and bank currently. We are working | ||
on refactoring to make it more extensible for more handlers, | ||
including custom messages/queries as well as IBC. | ||
|
||
|
Oops, something went wrong.