コード例 #1
0
 def test_num_choices_with_empty_question(self):
     empty_question = Question()
     self.assertEqual(empty_question.num_choices(), 0)