Coverage for tests / test_tutorial / test_testing / test_tutorial003.py: 100%
5 statements
« prev ^ index » next coverage.py v7.13.3, created at 2026-02-12 18:15 +0000
« prev ^ index » next coverage.py v7.13.3, created at 2026-02-12 18:15 +0000
1import pytest 1defg
4def test_main(): 1defg
5 with pytest.warns(DeprecationWarning): 1abc
6 from docs_src.app_testing.tutorial003_py310 import test_read_items 1abc
7 test_read_items() 1abc