Fork me on GitHub

pyhrf.test.test_plot module

class pyhrf.test.test_plot.PlotCommandTest(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_plot_func_slice_func_only()
test_plot_func_slice_func_only_multiple_slices()
test_plot_func_slice_func_roi()
test_plot_func_slice_func_roi_anat()
test_plot_func_slice_func_roi_anat_multiple_slices()
class pyhrf.test.test_plot.PlotFunctionsTest(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

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

test_plot_cuboid1d_as_curve()
test_plot_cuboid1d_as_image()
test_plot_cuboid2d_as_image()
test_plot_cuboid_as_curve()