Skip to content

Commit 227e3d5

Browse files
committed
add comment explaining the keepalive fixture
1 parent 0e80939 commit 227e3d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_async/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ def anyio_backend():
66
return "asyncio"
77

88

9+
# this keeps the event loop open for the entire test suite
910
@pytest.fixture(scope="session", autouse=True)
1011
async def keepalive(anyio_backend):
1112
pass

0 commit comments

Comments
 (0)