コード例 #1
0
ファイル: test_redismod.py プロジェクト: wicked-wei/salt
 def test_info(self):
     '''
     Test to get information and statistics about the server
     '''
     self.assertEqual(redismod.info(), 'A')
コード例 #2
0
ファイル: redismod_test.py プロジェクト: DaveQB/salt
 def test_info(self):
     '''
     Test to get information and statistics about the server
     '''
     self.assertEqual(redismod.info(), 'A')
コード例 #3
0
 def test_info(self):
     """
     Test to get information and statistics about the server
     """
     self.assertEqual(redismod.info(), "A")