DEBSOURCES
Skip Quicknav
sources / python-msgspec / 0.20.0-2 / tests / typing / conftest.py
12345678
import os import pytest @pytest.fixture(scope="session") def typing_examples_file(): return os.path.join(os.path.dirname(__file__), "basic_typing_examples.py")