Commit fca9203e authored by Ayush Tiwari's avatar Ayush Tiwari

change the test file directory in __init__

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