Commit 17791487 authored by Romain Courteaud's avatar Romain Courteaud

MORE TEST

parent 6ad0136d
...@@ -37,17 +37,17 @@ class _ERP5(SavedTestSuite): ...@@ -37,17 +37,17 @@ class _ERP5(SavedTestSuite):
"/test\.[^.]+\.([^.]+).py$") "/test\.[^.]+\.([^.]+).py$")
for test_path in ( for test_path in (
# glob('%s/product/Formulator/tests/test*.py' % path) + # glob('%s/product/Formulator/tests/test*.py' % path) +
glob('%s/product/ERP5Form/tests/test*.py' % path) + # glob('%s/product/ERP5Form/tests/test*.py' % path) +
# ['%s/product/ERP5OOo/tests/testDeferredStyle.py' % path] + # ['%s/product/ERP5OOo/tests/testDeferredStyle.py' % path] +
# ['%s/product/ERP5/tests/testXHTML.py' % path] + # ['%s/product/ERP5/tests/testXHTML.py' % path] +
# ['%s/product/ERP5/tests/testERP5Core.py' % path] + # ['%s/product/ERP5/tests/testERP5Core.py' % path] +
# ['%s/product/ERP5/tests/testQueryModule.py' % path] + # ['%s/product/ERP5/tests/testQueryModule.py' % path] +
# ['%s/product/ERP5/tests/testBankReconciliation.py' % path] + # ['%s/product/ERP5/tests/testBankReconciliation.py' % path] +
['%s/product/ERP5Security/tests/testERP5Security.py' % path] + # ['%s/product/ERP5Security/tests/testERP5Security.py' % path] +
# ['%s/product/ERP5Type/tests/testFunctionalCore.py' % path] + # ['%s/product/ERP5Type/tests/testFunctionalCore.py' % path] +
# ['%s/product/ERP5Type/tests/testFunctionalAnonymousSelection.py' % path] + # ['%s/product/ERP5Type/tests/testFunctionalAnonymousSelection.py' % path] +
glob('%s/bt5/erp5_web/TestTemplateItem/portal_components/test.*.test*.py' % path) + # glob('%s/bt5/erp5_web/TestTemplateItem/portal_components/test.*.test*.py' % path) +
glob('%s/bt5/erp5_web_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) + # glob('%s/bt5/erp5_web_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) +
glob('%s/bt5/erp5_hal_json_style/TestTemplateItem/portal_components/test.*.test*.py' % path) + glob('%s/bt5/erp5_hal_json_style/TestTemplateItem/portal_components/test.*.test*.py' % path) +
glob('%s/bt5/erp5_web_renderjs_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) + glob('%s/bt5/erp5_web_renderjs_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) +
# glob('%s/bt5/erp5_web_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) + # glob('%s/bt5/erp5_web_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) +
...@@ -70,7 +70,7 @@ class _ERP5(SavedTestSuite): ...@@ -70,7 +70,7 @@ class _ERP5(SavedTestSuite):
# glob('%s/bt5/erp5_test_result/TestTemplateItem/portal_components/test.*.test*.py' % path) + # glob('%s/bt5/erp5_test_result/TestTemplateItem/portal_components/test.*.test*.py' % path) +
glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) + glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) +
glob('%s/bt5/erp5_web_manifest_test/TestTemplateItem/portal_components/test.*.test*.py' % path) + glob('%s/bt5/erp5_web_manifest_test/TestTemplateItem/portal_components/test.*.test*.py' % path) +
glob('%s/bt5/erp5_oauth*/TestTemplateItem/portal_components/test.*.test*.py' % path) + # glob('%s/bt5/erp5_oauth*/TestTemplateItem/portal_components/test.*.test*.py' % path) +
[] []
): ):
component_re_match = component_re.match(test_path) component_re_match = component_re.match(test_path)
......
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