File: conftest.py

package info (click to toggle)
textual-textarea 0.17.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 3,195; makefile: 25
file content (9 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
from pathlib import Path

import pytest


@pytest.fixture
def data_dir() -> Path:
    here = Path(__file__)
    return here.parent / "data"