utils.test_rano module

class utils.test_rano.RANOTest(*args, **kwargs)[source]

Bases: ScriptedLoadableModuleTest

This is the test class for the RANO module. It is used to test the RANO module and its functionality. Upon clicking the “Reload and Test” button in the module (only shown when the module is loaded in developer mode), this classes runTest() method is called.

runTest()[source]

Run as few or as many tests as needed here.

setUp()[source]

Do whatever is needed to reset the state - typically a scene clear will be enough.

test_RANO_dicom_CPTAC()[source]
test_RANO_dicom_KCL()[source]
test_RANO_nifti_MU()[source]
test_pipeline(inputVolumes, inputVolumes_t2, do_affinereg, input_is_bet, method2Dmeas, seg_model_key, automatic_segmentation, line_placement, report_creation)[source]