def test_bgrewriteaof(self): ''' Test to asynchronously rewrite the append-only file ''' self.assertEqual(redismod.bgrewriteaof(), 'A')
def test_bgrewriteaof(self): """ Test to asynchronously rewrite the append-only file """ self.assertEqual(redismod.bgrewriteaof(), "A")