Esempio n. 1
0
 def test_flushdb(self):
     '''
     Test to remove all keys from the selected database
     '''
     self.assertEqual(redismod.flushdb(), 'A')
Esempio n. 2
0
 def test_flushdb(self):
     '''
     Test to remove all keys from the selected database
     '''
     self.assertEqual(redismod.flushdb(), 'A')
Esempio n. 3
0
 def test_flushdb(self):
     """
     Test to remove all keys from the selected database
     """
     self.assertEqual(redismod.flushdb(), "A")