File: conftest.py

package info (click to toggle)
python-vttlib 0.11.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 276 kB
  • sloc: python: 1,090; sh: 6; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
from pathlib import Path
from typing import Any

import pytest


@pytest.fixture
def original_shared_datadir(request: Any) -> Path:
    return Path(request.fspath.dirname, "data")