summaryrefslogtreecommitdiff
path: root/cliapp/settings_tests.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-26 19:49:07 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-26 19:49:07 +0100
commit7e8d31fa8adba20a21c13c1d4a261fb0a815e6c5 (patch)
tree6a3c58c9bfc0291167b5afc56c10f958bd204e34 /cliapp/settings_tests.py
parent5a97324643bd0ad6ae96fe7838f2321dad0cbb59 (diff)
downloadcliapp-7e8d31fa8adba20a21c13c1d4a261fb0a815e6c5.tar.gz
Give better error message if YAML config is bad
Diffstat (limited to 'cliapp/settings_tests.py')
-rw-r--r--cliapp/settings_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cliapp/settings_tests.py b/cliapp/settings_tests.py
index efb7db3..9360b63 100644
--- a/cliapp/settings_tests.py
+++ b/cliapp/settings_tests.py
@@ -482,6 +482,7 @@ something = else
def mock_open(filename, mode=None):
return StringIO.StringIO('''\
+config: {}
extra:
something: else
''')