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