qa-integration
qa-integration copied to clipboard
ref: #20 This PR adds all the txs and query integration tests for x/auth module.
Add all txs, queries tests for each module. It should also cover txs from different accounts to test - vesting vs normal account txs - feegrant vs normal (fees, without...
ref: https://github.com/cosmos/qa-integration/issues/20 This PR adds the query integration tests for x/upgrade module
We need to fully automate the following actions: * export chain * change validator set to the given keys * start a new chain from the updated genesis and new...
Now all works great but takes a lot of time to provision and installation. To improve the speed, - [ ] Use hard coded keys via `mnemonic` such that scripts...
Currently individual module tests doesn't give any insights. Add stats to the module tests so that it gives some useful information. Something like: ``` Starting `x/bank` integration tests. Completed `x/bank`...
Currently, the QA integration scripts allows one to test cosmos-sdk functionality with any application. But it doesn't allow app developers to integrate their custom modules cleanly. Now either they should...
Let's see how we can collaborate or integrate with the following tools: + https://github.com/hyphacoop/cosmos-genesis-tinkerer + https://github.com/hyphacoop/cosmos-ansible