Coverage for tests/test_tutorial/test_testing/test_main_b_an_py39.py: 100%
10 statements
« prev ^ index » next coverage.py v7.6.1, created at 2024-08-08 03:53 +0000
« prev ^ index » next coverage.py v7.6.1, created at 2024-08-08 03:53 +0000
1from ...utils import needs_py39 1eabcd
4@needs_py39 1eabcd
5def test_app(): 1eabcd
6 from docs_src.app_testing.app_b_an_py39 import test_main 1abcd
8 test_main.test_create_existing_item() 1abcd
9 test_main.test_create_item() 1abcd
10 test_main.test_create_item_bad_token() 1abcd
11 test_main.test_read_nonexistent_item() 1abcd
12 test_main.test_read_item() 1abcd
13 test_main.test_read_item_bad_token() 1abcd