File: conftest.py

package info (click to toggle)
python-h2 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,656 kB
  • sloc: python: 11,164; makefile: 14; sh: 12
file content (10 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
from __future__ import annotations

import pytest

from . import helpers


@pytest.fixture
def frame_factory():
    return helpers.FrameFactory()