Example #1
0
 def test_unicode(self):
     """Tests the unicode method executes."""
     log = MissionClockEvent(user=self.user1,
                             team_on_clock=True,
                             team_on_timeout=False)
     log.save()
     self.assertIsNotNone(log.__unicode__())
 def test_unicode(self):
     """Tests the unicode method executes."""
     log = MissionClockEvent(user=self.user1,
                             team_on_clock=True,
                             team_on_timeout=False)
     log.save()
     self.assertIsNotNone(log.__unicode__())