feedback_forensics.data.dataset_utils_test#

Tests for dataset_utils.py

Module Contents#

Functions#

test_get_available_models_missing_columns

Test get_available_models with a dataframe missing required columns.

test_get_available_models_with_data

Test get_available_models with valid model data.

test_add_annotators_to_votes_dict

Test add_annotators_to_votes_dict functionality.

test_get_annotators_by_type

Test get_annotators_by_type functionality.

API#

feedback_forensics.data.dataset_utils_test.test_get_available_models_missing_columns()#

Test get_available_models with a dataframe missing required columns.

feedback_forensics.data.dataset_utils_test.test_get_available_models_with_data()#

Test get_available_models with valid model data.

feedback_forensics.data.dataset_utils_test.test_add_annotators_to_votes_dict()#

Test add_annotators_to_votes_dict functionality.

feedback_forensics.data.dataset_utils_test.test_get_annotators_by_type()#

Test get_annotators_by_type functionality.