Commit d67a0763 authored by Jérome Perrin's avatar Jérome Perrin

component: do not suggest `getTitle` method on test

Without a getTitle, test runner displays class name, which is just fine.
parent ee0ad675
...@@ -210,9 +210,6 @@ class Test(ERP5TypeTestCase): ...@@ -210,9 +210,6 @@ class Test(ERP5TypeTestCase):
A Sample Test Class A Sample Test Class
""" """
def getTitle(self):
return "SampleTest"
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
""" """
Tuple of Business Templates we need to install Tuple of Business Templates we need to install
......
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