summaryrefslogtreecommitdiff
path: root/morphlib/morphologyfactory_tests.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-01-18 16:37:17 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-01-22 18:34:22 +0000
commit3f19b84e03c3452c54f18c1a0ccc6008c6478a99 (patch)
tree290f97fe44fcbe1f29a5c342f46fec7ac46c757f /morphlib/morphologyfactory_tests.py
parent7ef9cb8922bd933ae8ee58cb24a2b38844a0e629 (diff)
downloadmorph-3f19b84e03c3452c54f18c1a0ccc6008c6478a99.tar.gz
Fix tests
Invalid text changed to be something that doesn't parse as YAML either, and catch convert the YAMLError to the expected exception. Ideally there wouldn't be any `#pragma: no cover`s, but I could not trigger these code paths.
Diffstat (limited to 'morphlib/morphologyfactory_tests.py')
-rw-r--r--morphlib/morphologyfactory_tests.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/morphlib/morphologyfactory_tests.py b/morphlib/morphologyfactory_tests.py
index b8c89d2a..56c6fc57 100644
--- a/morphlib/morphologyfactory_tests.py
+++ b/morphlib/morphologyfactory_tests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012-2013 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -65,9 +65,7 @@ class FakeLocalRepo(object):
"system-kind": "%(system_kind)s",
"arch": "%(arch)s"
}''',
- 'parse-error.morph': '''{
- "name"
- }''',
+ 'parse-error.morph': '''{ "name"''',
}
def __init__(self):