Commit 73bdad1f authored by Nicolas Dumazet's avatar Nicolas Dumazet

Overriding enableLightInstall and enableActivityTool is not _required_

to write a successful tool, and default behavior is to enable both:
Remove them from the default Test template.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29847 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5424147f
......@@ -577,18 +577,6 @@ class Test(ERP5TypeTestCase):
"""
return ('erp5_base',)
def enableLightInstall(self):
"""
Return if we should do a light install or not
"""
return True
def enableActivityTool(self):
"""
Return if we should create or not an activity tool
"""
return True
def afterSetUp(self):
"""
This is ran before anything, used to set the environment
......
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