"""Pytest fixtures for cache validation tests.""" import pytest def pytest_configure(config): """Register custom markers.""" config.addinivalue_line( "markers", "integration: marks tests as integration tests (may require network)" ) @pytest.fixture def sample_head_html(): """Sample HTML head section for testing.""" return '''