feedback_forensics.data.conftest#

Shared fixtures for test modules in the data package.

Module Contents#

Functions#

setup_test_data

Set up temporary test directory with mock data files for testing.

setup_annotated_pairs_json

Set up a temporary JSON file with AnnotatedPairs data for testing.

setup_annotated_pairs_json_v2

Set up a temporary JSON file with AnnotatedPairs data for testing format v2.0.

API#

feedback_forensics.data.conftest.setup_test_data(tmp_path)#

Set up temporary test directory with mock data files for testing.

feedback_forensics.data.conftest.setup_annotated_pairs_json(tmp_path)#

Set up a temporary JSON file with AnnotatedPairs data for testing.

feedback_forensics.data.conftest.setup_annotated_pairs_json_v2(tmp_path)#

Set up a temporary JSON file with AnnotatedPairs data for testing format v2.0.