From 421e169e1ee3d7536d78023fcbb15070e2246550 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Mon, 11 Mar 2013 10:29:18 -0400 Subject: [PATCH] Update tests with new attributes. --- common/lib/capa/capa/tests/test_inputtypes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/lib/capa/capa/tests/test_inputtypes.py b/common/lib/capa/capa/tests/test_inputtypes.py index f670a38746..287caad28f 100644 --- a/common/lib/capa/capa/tests/test_inputtypes.py +++ b/common/lib/capa/capa/tests/test_inputtypes.py @@ -102,6 +102,8 @@ class ChoiceGroupTest(unittest.TestCase): 'choices': [('foil1', 'This is foil One.'), ('foil2', 'This is foil Two.'), ('foil3', 'This is foil Three.'), ], + 'show_correctness': 'always', + 'submitted_message': 'Answer received.', 'name_array_suffix': expected_suffix, # what is this for?? }