-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Feature] Update the Test Selection With Pydantic & Remove TestRunConfig #16
base: spring2025
Are you sure you want to change the base?
[Feature] Update the Test Selection With Pydantic & Remove TestRunConfig #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if you remembered this, but you'll probably need to update CLI as well
No, I was not remembering. I'll take a look. Thanks |
@ccruzagralopes @mikaelhm The CLI PR change was created: Please review when possible. Thanks |
173ed54
to
c1945a0
Compare
c1945a0
to
dd71236
Compare
64665b7
to
770a995
Compare
770a995
to
be1f18d
Compare
Mistyping of iterations parameter was removed
109cab1
to
8707de0
Compare
Please target to branch |
4f87387
to
316a934
Compare
Currently, the Test Selection uses a set of dictionaries to store the tests chosen by the user.
This change removes that set of dictionaries replacing by objects with Pydantic's BaseModel, since Pydantic brings some advantages.
Fixes: project-chip/certification-tool#64
This change is considering: #6
Warning: This may impact the Frontend side, since the JSON request data sent to the Backend's API (
createTestRunExecution
).The current JSON data format being used is:
Now the new JSON data format would be: