pytest2/testing/example_scripts/customdirectory/tests/test_first.py

8 lines
114 B
Python

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