File: test_first.py

package info (click to toggle)
pytest 8.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,640 kB
  • sloc: python: 59,009; makefile: 45
file content (6 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# content of test_first.py
from __future__ import annotations


def test_1():
    pass