-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add python tests model classes #19
Merged
rquidute
merged 52 commits into
project-chip:main
from
rquidute:feature/74_phase3-add_python_tests_model_classes
Dec 7, 2023
Merged
Add python tests model classes #19
rquidute
merged 52 commits into
project-chip:main
from
rquidute:feature/74_phase3-add_python_tests_model_classes
Dec 7, 2023
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
rquidute
requested review from
hiltonlima,
mikaelhm,
fabiowmm,
ccruzagralopes,
antonio-amjr and
gladystonfranca
November 8, 2023 17:27
I just tried to close/reopen to get the GitHub workflow to run unittests |
If you rebase on |
fabiowmm
requested changes
Nov 8, 2023
test_collections/sdk_tests/support/python_testing/models/python_test_models.py
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/models/python_test_folder.py
Outdated
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/models/python_test_parser.py
Outdated
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/sdk_python_test_tests.py
Outdated
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/sdk_python_test_tests.py
Outdated
Show resolved
Hide resolved
…sts_model_classes
…hon_tests Add support for step PICS in python tests
mikaelhm
requested changes
Dec 4, 2023
test_collections/sdk_tests/support/python_testing/models/test_case.py
Outdated
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/models/python_test_parser.py
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/models/python_testing_hooks_proxy.py
Outdated
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/models/test_case.py
Outdated
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/models/test_case.py
Outdated
Show resolved
Hide resolved
mikaelhm
reviewed
Dec 6, 2023
test_collections/sdk_tests/support/python_testing/models/python_testing_hooks_proxy.py
Outdated
Show resolved
Hide resolved
test_collections/sdk_tests/support/python_testing/models/python_testing_hooks_proxy.py
Outdated
Show resolved
Hide resolved
ccruzagralopes
approved these changes
Dec 6, 2023
antonio-amjr
approved these changes
Dec 6, 2023
mikaelhm
reviewed
Dec 6, 2023
test_collections/sdk_tests/support/python_testing/models/python_testing_hooks_proxy.py
Show resolved
Hide resolved
mikaelhm
approved these changes
Dec 6, 2023
fabiowmm
approved these changes
Dec 6, 2023
This was referenced Dec 7, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changed
This PR is the phase-3 for the feature Python tests in TH UI.
This goal of this PR is to add the model classes related to Python Tests.
We need feedback if we need to move toward having a
common
model classes andyaml
andpython
model classes inherit from that or we may keep using the way this PR is implemented by having yaml and python tests having it own attributes and methods.Related Issue
Python tests in TH UI - Phase 3 (Add Python Test model classes) - project-chip/certification-tool#74
Testing
SDK Python Test
is displayed in UI (For development purpose I changed the TC_ACE_1_3 by adding the required methods in other to display this test case in UI)