Example #1
0
 def test_create_question(self):
     key = Question.create(text="This is question 1", order=1)
     print 'key:{0}'.format(key)
     self.assertEquals(1, Question.query().count())