From b5f66789e70bd105e162470927942c40496cdc92 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 25 Mar 2013 19:12:39 +0100 Subject: simple rendering for settings page --- tests/other/test_configparser.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/other/test_configparser.py') diff --git a/tests/other/test_configparser.py b/tests/other/test_configparser.py index 09b686738..7f34e64d3 100644 --- a/tests/other/test_configparser.py +++ b/tests/other/test_configparser.py @@ -31,6 +31,9 @@ class TestConfigParser(): assert isinstance(config.config, dict) assert isinstance(values, dict) + def test_get(self): + assert self.config.getSection("general")[0].config + @raises(KeyError) def test_invalid_config(self): print self.config["invalid"]["config"] -- cgit v1.2.3