summaryrefslogtreecommitdiff
path: root/morphlib/morph2_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/morph2_tests.py')
-rw-r--r--morphlib/morph2_tests.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/morphlib/morph2_tests.py b/morphlib/morph2_tests.py
index a2c44753..61e1744b 100644
--- a/morphlib/morph2_tests.py
+++ b/morphlib/morph2_tests.py
@@ -164,11 +164,12 @@ class MorphologyTests(unittest.TestCase):
## Validation tests
- def test_morphology_must_not_be_empty(self):
- # Causes crashes if not handled, because code expecting a dict gets
- # None instead.
+ def test_not_empty(self):
self.assertRaises(morphlib.YAMLError, Morphology, '')
+ def test_is_dict(self):
+ self.assertRaises(morphlib.YAMLError, Morphology, 'foo')
+
def test_makes_max_jobs_be_an_integer(self):
m = Morphology('''
{