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

7 lines
88 B
Python

# content of test_second.py
from __future__ import annotations
def test_2():
pass