-
Notifications
You must be signed in to change notification settings - Fork 3k
Add COMMON folder for tests #5819
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
Conversation
A COMMON folder allows code reuse across different test cases. This avoids code duplication or code enterying the application space. The COMMON folder is uppercase to match naming conventions in Mbed OS.
+1, the pattern to match is |
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.
Python changes look fine. I'll leave deciding if we want this feature up in the air for now.
looks good to me |
/morph build |
Build : SUCCESSBuild number : 879 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 551 |
Test : SUCCESSBuild number : 726 |
@studavekar Can you please review this from testing point of view? |
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.
Good work @geky 👍
see #5524 for previous discussion
A COMMON folder allows code reuse across different test cases. This avoids code duplication or code entering the application space.
The COMMON folder is uppercase to match naming conventions in Mbed OS.
I'm open to feedback, also not very familiar with the layout of the tools in Mbed OS.
resolves #5524
resolves #5803
cc @bridadan, @theotherjimmy, @0xc0170