def test_bgsave(self): ''' Test to asynchronously save the dataset to disk ''' self.assertEqual(redismod.bgsave(), 'A')
def test_bgsave(self): """ Test to asynchronously save the dataset to disk """ self.assertEqual(redismod.bgsave(), "A")