pytest-dev / pytest-asyncio

Asyncio support for pytest
https://pytest-asyncio.readthedocs.io
Apache License 2.0
1.43k stars 152 forks source link

Improve detection of multiple event loops being requested in a test #873

Open seifertm opened 4 months ago

seifertm commented 4 months ago

Partially addresses #868

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.08%. Comparing base (b646cc1) to head (84ec512).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #873 +/- ## ======================================= Coverage 92.08% 92.08% ======================================= Files 2 2 Lines 480 480 Branches 96 96 ======================================= Hits 442 442 Misses 23 23 Partials 15 15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

seifertm commented 4 months ago

Blocked by #706