From 8aa2936eab643e413e0a3208d249e8e74882cc4c Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Sat, 4 Jul 2015 13:31:10 +0200 Subject: [PATCH] Better name for test case. --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index d3048a7..d76a34e 100644 --- a/test/test.py +++ b/test/test.py @@ -30,7 +30,7 @@ class FormConfigTestCase(unittest.TestCase): fc = sf.get_form_config() self.assertRaises(ValueError, fc.get_form_def, 'nonexisting') - def testMissing(self): + def testMissingScript(self): """Missing script callbacks should raise an OSError""" self.assertRaises(OSError, scriptform.ScriptForm, 'test_formconfig_missingscript.json')