Commit 06f73c2d authored by Romain Courteaud's avatar Romain Courteaud

[HARDCODED] LESS TEST

parent abecc45b
...@@ -38,7 +38,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite): ...@@ -38,7 +38,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
component_re = re.compile(".*/([^/]+)/TestTemplateItem/portal_components" component_re = re.compile(".*/([^/]+)/TestTemplateItem/portal_components"
"/test\.[^.]+\.([^.]+).py$") "/test\.[^.]+\.([^.]+).py$")
for test_path in ( for test_path in (
glob('%s/product/*/tests/test*.py' % path) + #glob('%s/product/*/tests/test*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/test*.py' % path) + glob('%s/bt5/*/TestTemplateItem/test*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path) + glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/test*.py' % erp5_path) + glob('%s/bt5/*/TestTemplateItem/test*.py' % erp5_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