Commit d7aaaf1d authored by Romain Courteaud's avatar Romain Courteaud

MORE TESTS

parent 6c666b39
Pipeline #35522 passed with stage
in 0 seconds
...@@ -284,17 +284,17 @@ class ERP5BusinessTemplateCodingStyleTestSuite(_ERP5): ...@@ -284,17 +284,17 @@ class ERP5BusinessTemplateCodingStyleTestSuite(_ERP5):
def getTestList(self): def getTestList(self):
test_list = [] test_list = []
for business_template_path in ( for business_template_path in (
glob('%s/../product/ERP5/bootstrap/erp5_*' % HERE) + # glob('%s/../product/ERP5/bootstrap/erp5_*' % HERE) +
glob('%s/../bt5/erp5_adm*' % HERE) + # glob('%s/../bt5/erp5_adm*' % HERE) +
glob('%s/../bt5/erp5_forge*' % HERE) + # glob('%s/../bt5/erp5_forge*' % HERE) +
glob('%s/../bt5/erp5_*hal*' % HERE) + glob('%s/../bt5/erp5_*hal*' % HERE) +
glob('%s/../bt5/erp5_*renderjs*' % HERE) + glob('%s/../bt5/erp5_*renderjs*' % HERE) +
glob('%s/../bt5/erp5_*officejs*' % HERE) + # glob('%s/../bt5/erp5_*officejs*' % HERE) +
glob('%s/../bt5/erp5_web*' % HERE) + # glob('%s/../bt5/erp5_web*' % HERE) +
glob('%s/../bt5/erp5_configu*' % HERE) + # glob('%s/../bt5/erp5_configu*' % HERE) +
glob('%s/../bt5/erp5_upgrader*' % HERE) + # glob('%s/../bt5/erp5_upgrader*' % HERE) +
glob('%s/../bt5/erp5_corporate_identity*' % HERE) + # glob('%s/../bt5/erp5_corporate_identity*' % HERE) +
glob('%s/../bt5/erp5_run_my_doc*' % HERE) + # glob('%s/../bt5/erp5_run_my_doc*' % HERE) +
[] []
): ):
# we skip coding style check for business templates having this marker # we skip coding style check for business templates having this marker
......
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