File: conftest.py

package info (click to toggle)
python-vttlib 0.10.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 248 kB
  • sloc: python: 1,113; makefile: 4; sh: 4
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")