Ejemplo n.º 1
0
 def test_auth_true(self):
     s = auth.kcheck()
     self.assertEquals(s, 0)
Ejemplo n.º 2
0
 def test_auth_true(self):
     s = auth.kcheck()
     self.assertEquals(s, 0)
Ejemplo n.º 3
0
 def test_auth_false(self):
     s = auth.kcheck()
     self.assertNotEqual(s, 1)
Ejemplo n.º 4
0
 def test_auth_false(self):
     s = auth.kcheck()
     self.assertNotEqual(s, 1)