mripy.tests package

Submodules

mripy.tests.context module

mripy.tests.test_afni module

class mripy.tests.test_afni.test_afni(methodName='runTest')[source]

Bases: TestCase

test_get_affine()[source]
test_get_prefix()[source]
test_get_suma_spec()[source]
test_substitute_hemi()[source]

mripy.tests.test_io module

class mripy.tests.test_io.test_io(methodName='runTest')[source]

Bases: TestCase

test_Mask()[source]

mripy.tests.test_timecourse module

class mripy.tests.test_timecourse.test_Attributes(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

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

test_copy()[source]
test_pick()[source]
class mripy.tests.test_timecourse.test_Epochs_Attributes(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

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

test_copy()[source]
test_pick()[source]

mripy.tests.test_utils module

class mripy.tests.test_utils.test_utils(methodName='runTest')[source]

Bases: TestCase

test_fname_with_ext()[source]

mripy.tests.test_utils_slow module

class mripy.tests.test_utils_slow.test_utils(methodName='runTest')[source]

Bases: TestCase

test_SharedMemoryArray_CoW()[source]

Test the speed of CoW if read-only

test_SharedMemoryArray_array()[source]

Test the life saving container interface

test_SharedMemoryArray_memory()[source]

Test shared-memory versus copy-on-write

Module contents