Beispiel #1
0
 def test_util_check_context(self):
     res = util.check_context(self.c)
     self.assertTrue(res == None)
Beispiel #2
0
 def test_util_check_context(self):
     res = util.check_context(self.c)
     self.assert_(res == None)