[Erp5-report] r44154 leonardo - /erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 10 17:37:05 CET 2011


Author: leonardo
Date: Thu Mar 10 17:37:04 2011
New Revision: 44154

URL: http://svn.erp5.org?rev=44154&view=rev
Log:
an IPython step for convenience

Modified:
    erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py

Modified: erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py?rev=44154&r1=44153&r2=44154&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] Thu Mar 10 17:37:04 2011
@@ -539,6 +539,10 @@ class ERP5TypeTestCaseMixin(ProcessingNo
         from pdb import set_trace as tracer
       tracer()
 
+    def stepIPython(self, sequence=None, sequence_list=None):
+      import IPython.Shell
+      IPython.Shell.IPShellEmbed(())()
+
     def stepTic(self, **kw):
       """
       The is used to simulate the zope_tic_loop script



More information about the Erp5-report mailing list