Exemplo n.º 1
0
 def test_unlogged(self):
     self.assertFalse(coucheventjoiner.is_logged_in(self.event_unlogged))
Exemplo n.º 2
0
 def test_logged_in(self):
     self.assertTrue(coucheventjoiner.is_logged_in(self.event_ok))