Skip to content
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 strict parameter to stream.zip #119

Merged
merged 14 commits into from
Jul 21, 2024

Conversation

smheidrich
Copy link
Contributor

Fixes #118

aiostream/aiter_utils.py Outdated Show resolved Hide resolved
@smheidrich smheidrich force-pushed the gh-118-zip-strict branch from d218eab to b1a6fb4 Compare July 9, 2024 22:13
tests/test_combine.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5e0547a) to head (2b30cf9).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #119   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines         1147      1173   +26     
=========================================
+ Hits          1147      1173   +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vxgmichel
Copy link
Owner

vxgmichel commented Jul 10, 2024

Thanks a lot @smheidrich for taking the time to create this PR, I'll try to find the time to make a proper review by the end of the week :)

aiostream/aiter_utils.py Outdated Show resolved Hide resolved
aiostream/stream/combine.py Outdated Show resolved Hide resolved
Copy link
Owner

@vxgmichel vxgmichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of comments, LGTM otherwise 👍

aiostream/stream/combine.py Outdated Show resolved Hide resolved
aiostream/stream/combine.py Outdated Show resolved Hide resolved
@vxgmichel vxgmichel merged commit 30665d9 into vxgmichel:main Jul 21, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature suggestion: strict parameter for zip
2 participants