File: conftest.py

package info (click to toggle)
panoramisk 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 604 kB
  • sloc: python: 1,557; makefile: 133; sh: 28
file content (9 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-

import pytest


@pytest.fixture
def inject_file():
    return __file__