mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 10:36:39 +00:00
8 lines
145 B
Python
8 lines
145 B
Python
import pytest
|
|
|
|
from docs_src.async_tests.test_main import test_root
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
async def test_async_testing():
|
|
await test_root()
|