Commit 86316c84 authored by Jérome Perrin's avatar Jérome Perrin

XXX debug functional tests order

parent 08a1e8ca
......@@ -407,6 +407,11 @@ class ERP5TypeFunctionalTestCase(ERP5TypeTestCase):
# abort to get rid of the mysql participation in this transaction
self.portal._p_jar.sync()
print "Tests will be executed in this order:"
for tc in tests_tool.unrestrictedTraverse(self.run_only or '').listTestCases():
print tc['path']
print
debug = self.foreground or os.environ.get("erp5_debug_mode")
error = None
try:
......
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