pat2vec.pat2vec_get_methods.test_get_method_demo

Classes

TestGetMethodDemo([methodName])

Unit tests for the get_method_demo module.

class pat2vec.pat2vec_get_methods.test_get_method_demo.TestGetMethodDemo(methodName='runTest')[source]

Bases: TestCase

Unit tests for the get_method_demo module.

setUp()[source]

Set up mock pat2vec_obj and config_obj for tests.

test_get_demographics_data_success(mock_abstract_ethnicity, mock_calculate_age, mock_demo_to_latest, mock_cohort_searcher)[source]

Test successful retrieval and processing of demographic data.

test_get_demographics_data_no_results(mock_abstract_ethnicity, mock_calculate_age, mock_demo_to_latest, mock_cohort_searcher)[source]

Test handling of no results from the searcher.

test_get_demographics_data_ethnicity_disabled(mock_abstract_ethnicity, mock_calculate_age, mock_demo_to_latest, mock_cohort_searcher)[source]

Test that ethnicity abstraction is skipped when disabled in config.