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 dataclass_json for request vs response values comparisons #584

Open
AlexandraMoga opened this issue Jul 11, 2022 · 0 comments
Open

Use dataclass_json for request vs response values comparisons #584

AlexandraMoga opened this issue Jul 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@AlexandraMoga
Copy link
Contributor

Background: PR #560

Currently I'm doing a list comparison to verify if the request values sent (payload) are matching the response values returned by the API.

We could use a dataclass to make this comparison instead.

Useful doc: https://lidatong.github.io/dataclasses-json/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant