pytest/doc/en/example/customdirectory/tests/test_first.py

7 lines
87 B
Python

# content of test_first.py
from __future__ import annotations
def test_1():
pass