Esempio n. 1
0
 def test_info(self):
     '''
     Test to get information and statistics about the server
     '''
     self.assertEqual(redismod.info(), 'A')
Esempio n. 2
0
 def test_info(self):
     '''
     Test to get information and statistics about the server
     '''
     self.assertEqual(redismod.info(), 'A')
Esempio n. 3
0
 def test_info(self):
     """
     Test to get information and statistics about the server
     """
     self.assertEqual(redismod.info(), "A")