-
Notifications
You must be signed in to change notification settings - Fork 160
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
Speed-up test collection for larger codebases #1020
Conversation
Might also close #997 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1020 +/- ##
=======================================
Coverage 91.42% 91.42%
=======================================
Files 2 2
Lines 548 548
Branches 72 72
=======================================
Hits 501 501
Misses 28 28
Partials 19 19 ☔ View full report in Codecov by Sentry. |
LGTM in general. |
done, thanks! |
Thanks! |
We currently don't have a mechanism that automatically updates the changelog when a PR is merged. |
Changes a couple places to check asyncio_mode (cheap) before _is_asyncio_fixture_function
To fix #720