예제 #1
0
 def test_save(self):
     '''
     Test to synchronously save the dataset to disk
     '''
     self.assertEqual(redismod.save(), 'A')
예제 #2
0
 def test_save(self):
     '''
     Test to synchronously save the dataset to disk
     '''
     self.assertEqual(redismod.save(), 'A')
예제 #3
0
 def test_save(self):
     """
     Test to synchronously save the dataset to disk
     """
     self.assertEqual(redismod.save(), "A")