chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:59:42 +08:00
commit 59f8f60dad
348 changed files with 139133 additions and 0 deletions
@@ -0,0 +1,17 @@
"""Shared test fixtures for opendataloader-pdf-mcp tests."""
from pathlib import Path
import pytest
@pytest.fixture
def input_pdf():
"""Return path to the sample lorem PDF."""
return Path(__file__).resolve().parents[3] / "samples" / "pdf" / "lorem.pdf"
@pytest.fixture
def input_pdf_academic():
"""Return path to the sample academic PDF."""
return Path(__file__).resolve().parents[3] / "samples" / "pdf" / "1901.03003.pdf"