Coverage for tests / test_tutorial / test_python_types / test_tutorial004.py: 100%
3 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.tutorial004_py310 import get_name_with_age 1abcd
4def test_get_name_with_age_pass_int(): 1abcd
5 assert get_name_with_age("John", 30) == "John is this old: 30" 1efg