DEBSOURCES
Skip Quicknav
sources / pytest / 9.0.2-2 / testing / example_scripts / doctest / main_py / test_normal_module.py
12345678910
# mypy: allow-untyped-defs from __future__ import annotations def test_doc(): """ >>> 10 > 5 True """ assert False