pytest-dev / pytest-asyncio

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

Switch to `inspect.iscoroutinefunction` over `asyncio.iscoroutinefunction` #930

Closed ZeroIntensity closed 2 months ago

ZeroIntensity commented 2 months ago

Closes #929.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 91.10%. Comparing base (cf10674) to head (c546a7e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #930 +/- ## ======================================= Coverage 91.10% 91.10% ======================================= Files 2 2 Lines 506 506 Branches 98 98 ======================================= Hits 461 461 Misses 27 27 Partials 18 18 ```

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