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

Add Macro Tests For Decodable & Encodable #2

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

WendellXY
Copy link
Owner

This pull request introduces a comprehensive suite of tests for the Encodable and Decodable macros, enhancing the reliability and robustness of our serialization features.

  • Encodable Macro Tests: Added tests specifically for enums and included diagnostics to ensure proper functionality and error handling.
  • Decodable Macro Tests: Implemented tests to cover class inheritance scenarios, ensuring that inherited properties are correctly decoded.
  • Test Targets: Established dedicated test targets for both Decodable and Encodable macros to facilitate organized testing and maintainability.

@WendellXY WendellXY merged commit 3712d8f into main Dec 2, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant