-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fixed python test runner code to error out if there are 0 test runs #34164
Merged
mergify
merged 15 commits into
project-chip:master
from
vatsalghelani-csa:feature/fixRunner
Jul 3, 2024
Merged
Fixed python test runner code to error out if there are 0 test runs #34164
mergify
merged 15 commits into
project-chip:master
from
vatsalghelani-csa:feature/fixRunner
Jul 3, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
documentation
Improvements or additions to documentation
scripts
labels
Jul 2, 2024
pullapprove
bot
requested review from
andyg-apple,
anush-apple,
arkq,
bauerschwan,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
Damian-Nordic,
dhrishi,
fessehaeve,
harimau-qirex,
harsha-rajendran,
hawk248,
hicklin,
jepenven-silabs,
jmartinez-silabs,
jmeg-sfy,
joonhaengHeo,
jtung-apple,
kiel-apple and
kkasperczyk-no
July 2, 2024 21:05
PR #34164: Size comparison from ca57b59 to 675a450 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34164: Size comparison from ca57b59 to fdbc329 Full report (4 builds for cc32xx, mbed, stm32)
|
PR #34164: Size comparison from ca57b59 to 53765ed Full report (20 builds for cc13x4_26x4, cc32xx, mbed, nrfconnect, nxp, qpg, stm32, tizen)
|
andy31415
reviewed
Jul 3, 2024
andy31415
approved these changes
Jul 3, 2024
PR #34164: Size comparison from ca57b59 to 23a54c9 Increases above 0.2%:
Full report (8 builds for cc32xx, mbed, qpg, stm32, tizen)
|
PR #34164: Size comparison from ca57b59 to 1e36b12 Increases above 0.2%:
Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
bzbarsky-apple
approved these changes
Jul 3, 2024
austina-csa
pushed a commit
to austina-csa/connectedhomeip
that referenced
this pull request
Jul 10, 2024
…roject-chip#34164) * Create python_test_arguments.txt * Fixed runner code that 0 runs are an error * Restyled by autopep8 * Update hello_test.py * Update python_test_arguments.txt * Update python.md * Update python.md * Delete docs/testing/python_test_arguments.txt * Restyled by prettier-markdown * Update python.md * Update python.md * Update run_python_test.py * Restyled by prettier-markdown * Update python.md * Restyled by prettier-markdown --------- Co-authored-by: Restyled.io <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Work for Issue #31317
Follow up to PR #34063
PR 9 - Fixed python test runner code to error out if there are 0 test runs. Also, added documentation on how to define the test argument for reference to anyone creating/modifying/working with python testing scripts.