Coverage for tests / test_tutorial / test_python_types / test_tutorial013.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.tutorial013_py310 import say_hello 1abcd

2 

3 

4def test_say_hello(): 1abcd

5 assert say_hello("FastAPI") == "Hello FastAPI" 1efg