-
Notifications
You must be signed in to change notification settings - Fork 81
Add $lib.iters.zip (SYN-4510) #3392
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
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3392 +/- ##
==========================================
- Coverage 97.32% 97.22% -0.10%
==========================================
Files 231 231
Lines 46974 47027 +53
==========================================
+ Hits 45717 45723 +6
- Misses 1257 1304 +47
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
||
class StormLibItersTest(s_test.SynTest): | ||
|
||
async def test_stormlib_iters_zip(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be good to add a test for one of the genrs raising an exception. The ExceptionGroup repr is not great, so I'm wondering if we could do something to make that a bit more clear.
No description provided.