def test_dbsize(self): ''' Test to return the number of keys in the selected database ''' self.assertEqual(redismod.dbsize(), 'A')
def test_dbsize(self): """ Test to return the number of keys in the selected database """ self.assertEqual(redismod.dbsize(), "A")