Commit 10ab969c authored by Ivan Tyagov's avatar Ivan Tyagov

Update __init__.py

See merge request !118
parents 40b9aa41 f2ce8815
Pipeline #27445 failed with stage
in 0 seconds
......@@ -17,7 +17,7 @@ class WendelinERP5(ERP5TypeTestSuite):
component_re = re.compile(".*/([^/]+)/TestTemplateItem/portal_components"
"/test\.[^.]+\.([^.]+).py$")
return ['%s:%s' % (x.group(1), x.group(2)) \
for x in [component_re.match(y) for y in glob.glob(os.path.join(
for x in [component_re.match(y) for y in glob(os.path.join(
BT5, '*', '*', '*', 'test.erp5.test*.py'))]]
def run(self, full_test):
......
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