Coverage for tests / test_tutorial / test_python_types / test_tutorial010.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.3, created at 2026-02-12 18:15 +0000

1from docs_src.python_types.tutorial010_py310 import Person, get_person_name 1abcd

2 

3 

4def test_get_person_name(): 1abcd

5 assert get_person_name(Person("John Doe")) == "John Doe" 1efg