You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @samber, could you please check if I'm adding the right test?
I just want to make sure it's correct before proceeding with the rest of the Zip-related tests.
Hey @samber , It is ready for review . I did the required changes in all tests from zip1 to zip 6
samber
added
operator
Related to Operator logic or components (chainable transformation in reactive programming)
core
Changes affecting the core logic or main components of the project, in root/internal/testing pkg
tests
Related to unit tests, integration tests, or end-to-end tests.
labels
Oct 20, 2025
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.23%. Comparing base (96b598c) to head (8640795). ⚠️ Report is 42 commits behind head on main.
Hey @samber ! You suggested to add tests for every other methods.
But I am confused. Does ‘every other method’ mean all the ones where // TODO is mentioned, except Zip, in the operator_creation_test.go file?
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
coreChanges affecting the core logic or main components of the project, in root/internal/testing pkgoperatorRelated to Operator logic or components (chainable transformation in reactive programming)testsRelated to unit tests, integration tests, or end-to-end tests.
3 participants
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.
Hey @samber, could you please check if I'm adding the right test?
I just want to make sure it's correct before proceeding with the rest of the Zip-related tests.