Commit 39acb8c1 authored by Nicolas Delaby's avatar Nicolas Delaby

code cleaning

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29119 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83551a7f
......@@ -107,7 +107,6 @@ class TestRamCache(unittest.TestCase):
scopes_from_cache = cache_plugin.getScopeList()
self.assertEqual([], scopes_from_cache)
def testSetGet(self):
""" set value to cache and then get it back """
for cache_plugin in self.cache_plugins:
......@@ -119,7 +118,6 @@ class TestRamCache(unittest.TestCase):
for cache_plugin in self.cache_plugins:
self.generalExpire(cache_plugin, 2)
def generalExpire(self, cache_plugin, iterations):
if not self.quiet:
print "TESTING (expire): ", cache_plugin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment