# _test_client.py import pytest @pytest.mark.asyncio async def test_client_fixture(client): assert client is not None