from pathlib import Path import pytest @pytest.fixture(scope="session") def sample(): return (Path(__file__).parent / "sample.ics").read_text()