unit tests are going to be run after this point, not before it

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30813 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 29466b4d
...@@ -930,7 +930,7 @@ class ERP5TypeTestCase(backportUnittest.TestCase, PortalTestCase): ...@@ -930,7 +930,7 @@ class ERP5TypeTestCase(backportUnittest.TestCase, PortalTestCase):
noSecurityManager() noSecurityManager()
if not quiet: if not quiet:
ZopeTestCase._print('done (%.3fs)\n' % (time.time()-_start,)) ZopeTestCase._print('done (%.3fs)\n' % (time.time()-_start,))
ZopeTestCase._print('Ran Unit test of %s\n' % title) ZopeTestCase._print('Running Unit tests of %s\n' % title)
except: except:
transaction.abort() transaction.abort()
raise raise
......
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