gwsumm.tests.test_config module

Tests for :mod:`gwsumm.config`

class gwsumm.tests.test_config.TestGWSummConfigParser[source]

Bases: object

PARSER

alias of GWSummConfigParser

classmethod cnfg()[source]
classmethod new()[source]
test_configdir()[source]
test_finalize()[source]
test_from_configparser(cnfg)[source]
test_get_css()[source]
test_get_javascript()[source]
test_init()[source]
test_interpolate_section_names(cnfg)[source]
test_load_channels()[source]
test_load_plugins(cnfg)[source]
test_load_rcParams()[source]
test_load_states()[source]
test_load_units(cnfg)[source]
test_nditems(cnfg)[source]
test_ndoptions(cnfg)[source]
test_read()[source]
test_set_date_options()[source]
test_set_ifo_options(ifo, obs, exp)[source]
gwsumm.tests.test_config.assert_configparser_equal(a, b)[source]