[test] Assert expected CCv2 return values#12689
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
Conversation
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Oct 3, 2025
Contributor
✅ PR preview is ready!
|
This was referenced Oct 3, 2025
Collaborator
Author
This was referenced Oct 3, 2025
Contributor
📉 Python coverage change detectedThe Python unit test coverage has decreased by 0.0000%
✅ Coverage change is within normal range. Coverage by files
|
Contributor
📈 Significant wheel size change detectedThe wheel file size has increased by 0.32% (threshold: 0.25%)
Please verify this change is expected. |
1caf82a to
9abbfe1
Compare
3353a5d to
2623ec3
Compare
9abbfe1 to
dda066f
Compare
2623ec3 to
2b101a5
Compare
dda066f to
e9ebbef
Compare
9ec2a6f to
48eaeb4
Compare
b2daba8 to
95355a3
Compare
c2edbbe to
74017a0
Compare
95355a3 to
97084a4
Compare
74017a0 to
72c4fca
Compare
97084a4 to
fc4954d
Compare
72c4fca to
ac37bb5
Compare
fc4954d to
98ef936
Compare
ac37bb5 to
c4d82ef
Compare
98ef936 to
73b2ae0
Compare
c4d82ef to
087802a
Compare
73b2ae0 to
22a84e7
Compare
087802a to
2bfe05d
Compare
22a84e7 to
5723474
Compare
2bfe05d to
e86d71b
Compare
0d2e573 to
a22accf
Compare
9362500 to
ebb3a20
Compare
a22accf to
2d98ffb
Compare
ddbf3c2 to
076752f
Compare
2d98ffb to
e9765f7
Compare
e9765f7 to
27ba1f0
Compare
076752f to
557d725
Compare
27ba1f0 to
179b84b
Compare
This file contains hidden or 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
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.

Describe your changes
Added tests for the
BidiComponentResultclass and its integration withSessionState. These tests verify:BidiComponentResultcorrectly merges state and trigger values and exposes the delta generatorSessionStateproperly merges CCv2 trigger values via the presenterSessionStateaccessTesting Plan
BidiComponentResultand its integration withSessionState, including:BidiComponentResultSessionStatemerging CCv2 trigger valuesContribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.