Commit f44be6ff authored by Jérome Perrin's avatar Jérome Perrin

Was printing 'Ran unit test of ...' for each test.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13324 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e00083df
......@@ -650,9 +650,6 @@ def setupERP5Site( business_template_list=(),
else:
get_transaction().commit()
ZopeTestCase.close(app)
else:
# Display which test is run when loading for the 1st time
ZopeTestCase._print('Ran Unit test of %s\n' % title)
if os.environ.get('erp5_load_data_fs'):
# Import local PropertySheets, Documents
......
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