feedback_forensics.data.conftest#
Shared fixtures for test modules in the data package.
Module Contents#
Functions#
Set up temporary test directory with mock data files for testing. |
|
Set up a temporary JSON file with AnnotatedPairs data for testing. |
|
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.