tests.core.plotting_module package

Submodules

tests.core.plotting_module.test_plot module

class tests.core.plotting_module.test_plot.TestPlot(methodName='runTest')[source]

Bases: TestCase

Tests for the Plot class.

test_plot(mock_plt)[source]

Tests the standard plot method.

test_plot_bar(mock_plt)[source]

Tests the standard plot method.

tests.core.plotting_module.test_plot_data module

class tests.core.plotting_module.test_plot_data.TestPlotData(methodName='runTest')[source]

Bases: TestCase

Tests for the PlotData class.

test_init()[source]

Tests the constructor.

test_plot()[source]

Tests the plot method.

test_plot_with_compare()[source]

Tests the plot method with analytical solution included.

test_prepare_plot_bar_max()[source]

Tests the method preparing data for bar plot with max values.

test_prepare_plot_bar_mean()[source]

Tests the method preparing data for bar plot with mean values.

test_prepare_plot_bar_min()[source]

Tests the method preparing data for bar plot with min values.

Module contents