def test_info(self): ''' Test to get information and statistics about the server ''' self.assertEqual(redismod.info(), 'A')
def test_info(self): """ Test to get information and statistics about the server """ self.assertEqual(redismod.info(), "A")