pytest/testing/example_scripts/config/collect_pytest_prefix/test_foo.py

7 lines
89 B
Python

# mypy: allow-untyped-defs
from __future__ import annotations
def test_foo():
pass