Beispiel #1
0
 def test_add_question_form(self):
     q = Quiz()
     f = q.add_question_form(None)
     self.assertTrue('text' in f.fields)