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

Use structs to convert JSON outputs in the test framework #3699

Open
5 tasks
ljoss17 opened this issue Nov 16, 2023 · 0 comments
Open
5 tasks

Use structs to convert JSON outputs in the test framework #3699

ljoss17 opened this issue Nov 16, 2023 · 0 comments
Assignees

Comments

@ljoss17
Copy link
Contributor

ljoss17 commented Nov 16, 2023

Proposal

In Hermes test framework it is sometimes required to parse JSON output of CLIs.
As suggested in this comment, #3694 (comment), the test framework should use struct that match the expected output and which derive Deserialize.
This will allow converting the JSON output in the expected struct to have a cleaner test framework


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@ljoss17 ljoss17 self-assigned this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🩹 Triage
Development

No branches or pull requests

1 participant