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

8 lines
115 B
Python

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