コード例 #1
0
ファイル: test_models.py プロジェクト: YoungHaYoo12/drawify
 def test_repr(self):
     question = Question(answer='question1')
     self.assertEqual(question.__repr__(), '<Question question1>')