Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 294 Bytes

test_item_is_async.rst

File metadata and controls

7 lines (6 loc) · 294 Bytes

How to tell if a test function is async

Use pytest_asyncio.is_async_item to determine if a test item is asynchronous and managed by pytest-asyncio.