-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Improve test suite #1234
Improve test suite #1234
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1234 +/- ##
==========================================
+ Coverage 86.16% 87.70% +1.53%
==========================================
Files 64 65 +1
Lines 5986 5823 -163
==========================================
- Hits 5158 5107 -51
+ Misses 828 716 -112
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
ty!
Description of Change
Improve test suite:
@pytest.mark.asyncio
decorators from test functions, in line with pytest-asyncio recommendation.test_adaptive.py
test_eventstream.py
from botocoreCherry-picked from @thehesiod: f7a2f75
Assumptions
Replace this text with any assumptions made (if any)
Checklist for All Submissions
Checklist when updating botocore and/or aiohttp versions