test_config#

Test the config object

Module Contents#

Functions#

test_default_config()

Check default paths

test_config_overwrites()

Check that default config can be overwritten

test_from_json()

Build a config from file

test_config_as_dict()

Test that the config behaves like a dict

test_config_key_error()

An unknown key should throw a key error

test_config.test_default_config()#

Check default paths

test_config.test_config_overwrites()#

Check that default config can be overwritten

test_config.test_from_json()#

Build a config from file

test_config.test_config_as_dict()#

Test that the config behaves like a dict

test_config.test_config_key_error()#

An unknown key should throw a key error