コード例 #1
0
ファイル: test_redismod.py プロジェクト: wicked-wei/salt
 def test_bgrewriteaof(self):
     '''
     Test to asynchronously rewrite the append-only file
     '''
     self.assertEqual(redismod.bgrewriteaof(), 'A')
コード例 #2
0
ファイル: redismod_test.py プロジェクト: DaveQB/salt
 def test_bgrewriteaof(self):
     '''
     Test to asynchronously rewrite the append-only file
     '''
     self.assertEqual(redismod.bgrewriteaof(), 'A')
コード例 #3
0
 def test_bgrewriteaof(self):
     """
     Test to asynchronously rewrite the append-only file
     """
     self.assertEqual(redismod.bgrewriteaof(), "A")