Coverage for tests / test_tutorial / test_async_tests / test_main_a.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.13.3, created at 2026-02-12 18:15 +0000

1import pytest 1abcd

2 

3from docs_src.async_tests.app_a_py310.test_main import test_root 1abcd

4 

5 

6@pytest.mark.anyio 1abcd

7async def test_async_testing(): 1abcd

8 await test_root() 1efg