def test_save(self): ''' Test to synchronously save the dataset to disk ''' self.assertEqual(redismod.save(), 'A')
def test_save(self): """ Test to synchronously save the dataset to disk """ self.assertEqual(redismod.save(), "A")