Пример #1
0
 def test_dbsize(self):
     '''
     Test to return the number of keys in the selected database
     '''
     self.assertEqual(redismod.dbsize(), 'A')
Пример #2
0
 def test_dbsize(self):
     '''
     Test to return the number of keys in the selected database
     '''
     self.assertEqual(redismod.dbsize(), 'A')
Пример #3
0
 def test_dbsize(self):
     """
     Test to return the number of keys in the selected database
     """
     self.assertEqual(redismod.dbsize(), "A")