Commit 065f6463 authored by Roque Porchetto's avatar Roque Porchetto

fixing test name in regular expression

parent aba6043b
...@@ -15,4 +15,4 @@ class WendelinERP5(ERP5TypeTestSuite): ...@@ -15,4 +15,4 @@ class WendelinERP5(ERP5TypeTestSuite):
"/test\.[^.]+\.([^.]+).py$") "/test\.[^.]+\.([^.]+).py$")
return ['%s:%s' % (x.group(1), x.group(2)) \ 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.glob(os.path.join(
BT5, '*', '*', '*', 'test.erp5.test*.py'))]] BT5, '*', '*', '*', 'test.erp5.wendelin.test*.py'))]]
\ No newline at end of file \ No newline at end of file
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