File: conftest.py

package info (click to toggle)
fonttools-opentype-feature-freezer 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: python: 1,028; sh: 241; makefile: 2
file content (8 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download
1
2
3
4
5
6
7
8
from pathlib import Path

import pytest


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