def test_config_get_settings():
    conf = Config()
    assert_equal(type(conf.get_settings()), dict)