We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ChipTool
Currently, the ChipTool class handles:
And it will handle even more once the SDK python tests are integrated.
Comment from @mikaelhm in the PR project-chip/certification-tool-backend#29:
I'm wondering if we need some refactoring of this ChipTool class (maybe not needed for this PR) But it's getting quite bloated, and it's really hard to follow what exactly is happening in a method like this. I think we should split it in three classes: ChipCertBinsContainer ChipTool (covering running chip-tool/chip-app) MatterSDKRunner (for running yaml tests)
I'm wondering if we need some refactoring of this ChipTool class (maybe not needed for this PR)
But it's getting quite bloated, and it's really hard to follow what exactly is happening in a method like this.
I think we should split it in three classes:
The text was updated successfully, but these errors were encountered:
ChipServer
MatterYAMLRunner
Done in:
Sorry, something went wrong.
ccruzagralopes
No branches or pull requests
Description
Currently, the
ChipTool
class handles:And it will handle even more once the SDK python tests are integrated.
Additional Information
Comment from @mikaelhm in the PR project-chip/certification-tool-backend#29:
The text was updated successfully, but these errors were encountered: