Description
Provides pytest fixtures for accessing test data directories and files. It helps tests use sample inputs, expected outputs, and structured fixture files without hard-coding paths.
Test data can include private or large files if copied carelessly. Keep fixture data minimal and safe to publish when it lives in a repository.