You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From chip-certification-tool-backend created by antonio-amjr: CHIP-Specifications/chip-certification-tool-backend#585
Feature description
Update the TestSelection nested dictionary structure we have today to use Pydantic.
That way we may benefit from the advanced features like validations or nested data model.
This is not done.
This was discussed in the PR above but it was postpone until a proper moment come.
It's interesting to track this also. I'll add to the task list.
From chip-certification-tool-backend created by antonio-amjr: CHIP-Specifications/chip-certification-tool-backend#585
Feature description
Update the TestSelection nested dictionary structure we have today to use Pydantic.
That way we may benefit from the advanced features like validations or nested data model.
As an example, we could have:
Use Cases
As a nested data model, the data for TestSelection would be something like:
Test Cases
Many already existing unit tests and code logic would have the change to accommodate this new data models.
Additional Information
No response
The text was updated successfully, but these errors were encountered: