Add tests for multi_parameter and multi_function methods - #7687
Merged
Jens Hedegaard Nielsen (jenshnielsen) merged 2 commits intoDec 4, 2025
Merged
Conversation
2 tasks
Copilot started work on behalf of
Jens Hedegaard Nielsen (jenshnielsen)
December 4, 2025 09:19
View session
Co-authored-by: jenshnielsen <548266+jenshnielsen@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add tests for multi_parameter and multi_function methods
Add tests for multi_parameter and multi_function methods
Dec 4, 2025
Jens Hedegaard Nielsen (jenshnielsen)
marked this pull request as ready for review
December 4, 2025 09:36
Jens Hedegaard Nielsen (jenshnielsen)
requested a review
from a team
as a code owner
December 4, 2025 09:36
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## jenshnielsen/add_channel_type #7687 +/- ##
=================================================================
+ Coverage 59.74% 59.79% +0.05%
=================================================================
Files 352 352
Lines 31681 31681
=================================================================
+ Hits 18927 18944 +17
+ Misses 12754 12737 -17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Jens Hedegaard Nielsen (jenshnielsen)
merged commit Dec 4, 2025
3614d2f
into
jenshnielsen/add_channel_type
21 of 32 checks passed
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.
Adds test coverage for the new
multi_parameterandmulti_functionmethods inChannelTupleas requested in #7686.Tests added
multi_parameter: Valid parameter lookup returnsMultiChannelInstrumentParameter, invalid name raisesAttributeError, empty channel tuple raisesAttributeErrormulti_function: Valid function lookup returns callable, callable invokes function on all channels, works with method arguments, invalid name raisesAttributeErrorExample usage
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.