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