Commit ba034d32 by Ehtesham

quality fixes

parent 2aafff35
......@@ -122,7 +122,8 @@ class ChoiceGroupTemplateTest(TemplateTestCase):
def setUp(self):
choices = [('1', 'choice 1'), ('2', 'choice 2'), ('3', 'choice 3')]
self.context = {'id': '1',
self.context = {
'id': '1',
'choices': choices,
'status': Status('correct'),
'label': 'test',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment