Coverage for tests / test_tutorial / test_testing / test_tutorial003.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.13.3, created at 2026-04-06 01:24 +0000

1import pytest 1efgh

2 

3 

4def test_main(): 1efgh

5 with pytest.warns(DeprecationWarning): 1abcd

6 from docs_src.app_testing.tutorial003_py310 import test_read_items 1abcd

7 test_read_items() 1abcd