Commit 4a97693c authored by Vincent Bechu's avatar Vincent Bechu

[test] Add functional appstore test

parent 014eed64
......@@ -16,7 +16,7 @@ class OfficeJS(ERP5TypeTestSuite):
for test_path in (
glob('%s/bt5/*/TestTemplateItem/portal_components/test.ojs.*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/portal_components/test.ojs.testFunctionalOfficeJSAppstore*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/portal_components/test.erp5.testFunctionalOfficeJSAppstore*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.testOfficeJS*.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