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

5 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-08-08 03:53 +0000

1import pytest 1abcde

2 

3 

4def test_main(): 1abcde

5 with pytest.warns(DeprecationWarning): 1abcde

6 from docs_src.app_testing.tutorial003 import test_read_items 1abcde

7 test_read_items() 1abcde