api-admim/tests/_test_client.py

7 lines
123 B
Python

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