pytest/testing/example_scripts/customdirectory/tests/test_third.py

8 lines
114 B
Python

# mypy: allow-untyped-defs
# content of test_third.py
from __future__ import annotations
def test_3():
pass