cosmos-sdk/tests/e2e
Likhita Polavarapu d01aa5b4a8
refactor(authz): CLI tests using Tendermint Mock (#13517)
## Description

Closes: #13487 



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2022-10-14 10:37:08 +00:00
..
auth refactor!: remove broadcast mode block (#12659) 2022-09-23 15:16:31 +00:00
authz refactor(authz): CLI tests using Tendermint Mock (#13517) 2022-10-14 10:37:08 +00:00
bank/client refactor!: extract simulation helpers out of simapp (#13402) 2022-09-27 21:19:44 +02:00
client/grpc/tmservice feat!: consensus module (#12905) 2022-10-05 18:06:24 +00:00
crisis refactor!: remove broadcast mode block (#12659) 2022-09-23 15:16:31 +00:00
distribution refactor!: remove broadcast mode block (#12659) 2022-09-23 15:16:31 +00:00
evidence refactor!: remove broadcast mode block (#12659) 2022-09-23 15:16:31 +00:00
feegrant refactor!: remove broadcast mode block (#12659) 2022-09-23 15:16:31 +00:00
genutil refactor!: remove broadcast mode block (#12659) 2022-09-23 15:16:31 +00:00
gov refactor!: remove broadcast mode block (#12659) 2022-09-23 15:16:31 +00:00
group fix: attempt at fixing flaky e2e tests (#13401) 2022-09-27 13:39:04 -04:00
mint refactor!: remove broadcast mode block (#12659) 2022-09-23 15:16:31 +00:00
nft refactor!: extract simulation helpers out of simapp (#13402) 2022-09-27 21:19:44 +02:00
params/client/testutil refactor: create go.mod for simapp (#13130) 2022-09-07 18:14:22 +00:00
server feat!: specify module to export (#13437) 2022-10-04 10:06:30 +00:00
slashing/client/testutil refactor!: remove broadcast mode block (#12659) 2022-09-23 15:16:31 +00:00
staking/client/testutil refactor!: extract simulation helpers out of simapp (#13402) 2022-09-27 21:19:44 +02:00
tx refactor!: extract simulation helpers out of simapp (#13402) 2022-09-27 21:19:44 +02:00
upgrade refactor: create go.mod for simapp (#13130) 2022-09-07 18:14:22 +00:00