Coverage for tests / test_tutorial / test_python_types / test_tutorial005.py: 100%
4 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
1from docs_src.python_types.tutorial005_py310 import get_items 1abcd
4def test_get_items(): 1abcd
5 res = get_items( 1efg
6 "item_a",
7 "item_b",
8 "item_c",
9 "item_d",
10 "item_e",
11 )
12 assert res == ("item_a", "item_b", "item_c", "item_d", "item_e") 1efg