paritytech / ink-waterfall

End-to-end tests for ink! ➜ cargo-contract ➜ canvas-ui || polkadot-js ➜ substrate-contracts-node.
Apache License 2.0
16 stars 6 forks source link

Add tests for ink!'s `trait-incrementer` example #9

Open cmichi opened 3 years ago

cmichi commented 3 years ago

We should add tests for the trait-incrementer example added in https://github.com/paritytech/ink/pull/932 to the waterfall. All possible contract interactions should be covered by the tests.

This can be done analog to the existing tests for trait-flipper.

Robbepop commented 3 years ago

Additionally we also want to test the inc_by method that the contract but not the trait defines.