Commit 94f8b38e authored by Ayush Tiwari's avatar Ayush Tiwari

tests: Run all tests

parent 3ffcf610
......@@ -33,7 +33,10 @@ class _ERP5(ERP5TypeTestSuite):
component_re = re.compile(".*/([^/]+)/TestTemplateItem/portal_components"
"/test\.[^.]+\.([^.]+).py$")
for test_path in (
glob('%s/bt5/erp5_business_package/TestTemplateItem/portal_components/test.*.test*.py' % path)):
glob('%s/product/*/tests/test*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/test*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path)):
#glob('%s/bt5/erp5_business_package/TestTemplateItem/portal_components/test.*.test*.py' % path)):
#glob('%s/product/*/tests/test*.py' % path) +
#glob('%s/bt5/*/TestTemplateItem/test*.py' % path) +
#glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % 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