def test_util_check_context(self): res = util.check_context(self.c) self.assertTrue(res == None)
def test_util_check_context(self): res = util.check_context(self.c) self.assert_(res == None)