Commit 9474bd26 authored by Romain Courteaud's avatar Romain Courteaud

Add titles on some tests.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11604 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d8956a76
......@@ -45,6 +45,9 @@ class Foo:
class TestRamCache(unittest.TestCase):
quiet = 1
def getTitle(self):
return "Cache"
def setUp(self):
# for SQLCache, get the connection string from runUnitTest.py parameters,
# and use parseDBConnectionString to make it usable by SQLCache
......
......@@ -62,6 +62,8 @@ class TestCacheTool(ERP5TypeTestCase):
run_all_test = 1
def getTitle(self):
return "Cache Tool"
def afterSetUp(self):
self.login()
......
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