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

[cord] Improve test Coverage in cord #7

Open
NiranjanAP opened this issue Jan 29, 2024 · 1 comment
Open

[cord] Improve test Coverage in cord #7

NiranjanAP opened this issue Jan 29, 2024 · 1 comment

Comments

@NiranjanAP
Copy link
Collaborator

NiranjanAP commented Jan 29, 2024

Need comprehensive test coverage to be implemented for all modules of cord. Cover all flows and error conditions

@NiranjanAP NiranjanAP changed the title [cord] Improve test Coverage in CORD [cord] Improve test Coverage in cord Jan 29, 2024
@amarts
Copy link
Contributor

amarts commented Jan 30, 2024

To elaborate more, as of now, when the command cargo test --release --locked --features=runtime-benchmarks --no-fail-fast --verbose --color always --all --all-targets is run in the cord repo, it runs most of the tests. But idea is, there should be a test for making sure every type of error defined in the pallet is covered. That way, developers are sure the expected case for particular Error is met, and is behaving same across.

This helps in upgrade confidence.

@amarts amarts moved this to Backlog in CORD Project & Ideas Jan 30, 2024
This was referenced Feb 5, 2024
@vatsa287 vatsa287 moved this from Backlog to In progress in CORD Project & Ideas Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants