Coverage for tests/test_tutorial/test_testing/test_tutorial003.py: 100%
5 statements
« prev ^ index » next coverage.py v7.6.1, created at 2025-12-04 08:29 +0000
« prev ^ index » next coverage.py v7.6.1, created at 2025-12-04 08:29 +0000
1import pytest 1hijklmn
4def test_main(): 1hijklmn
5 with pytest.warns(DeprecationWarning): 1abcdefg
6 from docs_src.app_testing.tutorial003 import test_read_items 1abcdefg
7 test_read_items() 1abcdefg