Exemplo n.º 1
0
 def test_not_full(self):
     self.assertFalse(coucheventjoiner.is_event_full(self.event_ok))
Exemplo n.º 2
0
 def test_no_spot_limit(self):
     self.assertFalse(coucheventjoiner.is_event_full(self.event_unlogged))
Exemplo n.º 3
0
 def test_full(self):
     self.assertTrue(coucheventjoiner.is_event_full(self.event_full))