()
| 36 | |
| 37 | @pytest_asyncio.fixture |
| 38 | async def async_playwright_object(): |
| 39 | async with async_playwright() as playwright_object: |
| 40 | yield playwright_object |
| 41 | |
| 42 | |
| 43 | @pytest_asyncio.fixture |
nothing calls this directly
no outgoing calls
no test coverage detected