Commit 843744a3 authored by Tristan Cavelier's avatar Tristan Cavelier

Revert "TMP tests/__init__.py FunctionalSimulation"

This reverts commit b743ec1d.
parent b743ec1d
......@@ -35,7 +35,7 @@ class _ERP5(ERP5TypeTestSuite):
component_re = re.compile(".*/([^/]+)/TestTemplateItem/portal_components"
"/test\.[^.]+\.([^.]+).py$")
for test_path in (
glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.testFunctionalSimulation.py' % path)):
glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.testFunctional*.py' % path)):
component_re_match = component_re.match(test_path)
if component_re_match is not None:
test_case = "%s:%s" % (component_re_match.group(1),
......
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