- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_get_name_with_age_pass_int (0.11 sec)
-
tests/test_tutorial/test_python_types/test_tutorial004.py
from docs_src.python_types.tutorial004_py39 import get_name_with_age def test_get_name_with_age_pass_int():
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 177 bytes - Viewed (0) -
tests/test_tutorial/test_python_types/test_tutorial003.py
import pytest from docs_src.python_types.tutorial003_py39 import get_name_with_age def test_get_name_with_age_pass_int(): with pytest.raises(TypeError): get_name_with_age("John", 30) def test_get_name_with_age_pass_str():Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 308 bytes - Viewed (0)