Fork me on GitHub

pyhrf.test.test_treatment module

class pyhrf.test.test_treatment.CmdInputTest(methodName='runTest')

Bases: unittest.case.TestCase

Test extraction of information from the command line to create an FmriTreatment

setUp()

Hook method for setting up the test fixture before exercising it.

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_spm12_option_parse()

Test parsing of option “-s SPM.mat” (SPM12)

test_spm5_option_parse()

Test parsing of option “-s SPM.mat” (SPM5)

test_spm8_option_parse()

Test parsing of option “-s SPM.mat” (SPM8)

class pyhrf.test.test_treatment.TreatmentTest(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_default_jde_cmd_parallel_local()
test_default_treatment()
test_default_treatment_parallel_LAN()
test_default_treatment_parallel_cluster()
test_default_treatment_parallel_local()
test_jde_estim_from_treatment_pck()
test_parallel_local()
test_pickle_treatment()
test_remote_dir_writable()
test_sub_treatment()