DEBSOURCES
Skip Quicknav
sources / pytest / 8.4.1-1 / doc / en / example / assertion / global_testmodule_config / test_hello_world.py
12345678
from __future__ import annotations hello = "world" def test_func(): pass