Skip to content

Commit d6ce54f

Browse files
deeenesclaude
andcommitted
Use small test data files instead of full parquet samples
Create 10-row subsets of entity, interaction, and association parquet files under tests/data/ (~24KB total vs 90MB originals). Update test fixtures to use the new location. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0a38f8e commit d6ce54f

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import pytest
88

99

10-
SAMPLES_DIR = Path(__file__).parent.parent / 'parquet-samples'
10+
SAMPLES_DIR = Path(__file__).parent / 'data'
1111

1212

1313
@pytest.fixture
4.9 KB
Binary file not shown.

tests/data/search_entities.parquet

4.51 KB
Binary file not shown.
14.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)