brainbox.tests.test_plot_base

Classes

TestArrangeChannels2Bank

TestPlotBase

TestScatterXYC

class TestPlotBase(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Test Basic functionality of the plot class method

test_default()[source]
test_image()[source]
test_probe()[source]
test_scatter()[source]
test_line()[source]
class TestScatterXYC(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Test Basic functionality of the plot class method

test_without_RGB_conversion()[source]
test_RGB_conversion()[source]
test_RGB_conversion_with_clim()[source]
class TestArrangeChannels2Bank(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Test arrange_channels2bank function

test_no_pad()[source]
test_pad()[source]
test_with_depth()[source]