Exemplo n.º 1
0
 def test_event_over(self):
     self.assertTrue(coucheventjoiner.is_event_over(self.event_attending))
Exemplo n.º 2
0
 def test_event_not_over(self):
     self.assertFalse(coucheventjoiner.is_event_over(self.event_ok))