Files
pytest2/doc/en/example/customdirectory/tests/test_third.py
2024-06-20 11:03:03 +02:00

7 lines
87 B
Python

# content of test_third.py
from __future__ import annotations
def test_3():
pass