DEBSOURCES
Skip Quicknav
sources / python-h2 / 4.2.0-1 / tests / conftest.py
12345678910
from __future__ import annotations import pytest from . import helpers @pytest.fixture def frame_factory(): return helpers.FrameFactory()