File: conftest.py

package info (click to toggle)
pybtex-docutils 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: python: 460; makefile: 144
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
import pytest
from pathlib import Path


collect_ignore = ['roots']


@pytest.fixture
def test_roots() -> Path:
    return Path(__file__).parent.absolute() / 'roots'