Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zetacore : add tests for commonly used cosmos CLI commands #3604

Open
kingpinXD opened this issue Feb 27, 2025 · 0 comments
Open

zetacore : add tests for commonly used cosmos CLI commands #3604

kingpinXD opened this issue Feb 27, 2025 · 0 comments
Labels
test Tests related zetacore Issues related to ZetaCore

Comments

@kingpinXD
Copy link
Contributor

We should also include some tests of commonly used cosmos rpcs via CLI
Cosmos SDK has unit and integration tests to verify its functionality, but we should have some tests to confirm that we are using it correctly.
The simulation tests interact with all the messages, but they do not go through the CLI

For example, the recent change to staking tx, which modified the cli command to accept a json file instead of the individual parameters, should have been caught by us.
Although this is minor, as the message itself is being tested. It would be good to have

@kingpinXD kingpinXD added test Tests related zetacore Issues related to ZetaCore labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Tests related zetacore Issues related to ZetaCore
Projects
None yet
Development

No branches or pull requests

1 participant