Closed CasperWA closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.21%. Comparing base (
6c89db3
) to head (d6afd96
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #447
This will implement a pytest session-scoped asyncio-loop using the
pytest_configuration_modifyitems()
function as described in the pytest-asyncio documentation to ensure we have a session-scoped event loop.The behavior of overwriting the
event_loop
fixture is deprecated in pytest-asyncio from v0.23.