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

Improve Test Coverage for JSON Encoders and Decoders #128

Open
psharma-sr opened this issue May 31, 2024 · 0 comments
Open

Improve Test Coverage for JSON Encoders and Decoders #128

psharma-sr opened this issue May 31, 2024 · 0 comments
Labels
good first issue Good for newcomers test coverage Increasing test coverage

Comments

@psharma-sr
Copy link

Currently, the test cases for JSON Encoders and Decoders cover a single case involving complete and correct data, and with encoding happening immediately after decoding.

We need to add more test cases to cover any likely issues involving incomplete or mismatched data during serialization and deserialization.

@psharma-sr psharma-sr added good first issue Good for newcomers test coverage Increasing test coverage labels May 31, 2024
@psharma-sr psharma-sr added this to the Meeko Refactoring Project milestone May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers test coverage Increasing test coverage
Projects
None yet
Development

No branches or pull requests

1 participant