def test_quiz_information3(self):
     object_id = self.param
     print object_id
     names = quiz_inforamtion(object_id, True)
     self.assertTrue("dev9" not in names)
 def test_quiz_information1(self):
     object_id = self.param
     print object_id
     names = quiz_inforamtion(object_id, True)
     self.assertIsNotNone(names)
     self.assertTrue(len(names)>=1)