gwsumm.tests.test_plot module

Tests for gwsumm.plot

class gwsumm.tests.test_plot.TestDataPlot[source]

Bases: TestSummaryPlot

DEFAULT_ARGS = [['X1:TEST-CHANNEL', 'Y1:TEST-CHANNEL2'], 0, 100]
TYPE = 'data'
test_add_channel()[source]
test_allchannels(plot)[source]
test_apply_parameters(plot)[source]
test_channels(plot)[source]
test_end(plot)[source]
test_finalize(plot)[source]
test_from_ini()[source]
test_get_channel_groups()[source]
test_href(plot)[source]
test_ifos(plot)[source]
test_init()[source]
test_outputfile(plot)[source]
test_parse_legend_kwargs(plot)[source]
test_parse_plot_kwargs(plot)[source]
test_parse_plot_kwargs_labels(plot, usetex, result)[source]
test_parse_rcParams(plot)[source]
test_span(plot)[source]
test_start(plot)[source]
test_state(plot)[source]
test_tag(plot)[source]
class gwsumm.tests.test_plot.TestSummaryPlot[source]

Bases: object

DEFAULT_ARGS = []
DEFAULT_KWARGS = {}
TYPE = None
classmethod create(*args, **kwargs)[source]
classmethod plot()[source]
classmethod setup_class()[source]
test_eq(plot)[source]
test_href(plot, url, href)[source]
test_init()[source]
test_new(plot, isnew, new)[source]
test_repr(plot)[source]
test_src(plot)[source]
test_str(plot)[source]
gwsumm.tests.test_plot.test_get_column_label(column, label)[source]
gwsumm.tests.test_plot.test_get_plot(name, plot)[source]
gwsumm.tests.test_plot.test_registry_plot()[source]