@step(u'And give me IPython') def and_continue_here(step): import IPython import sys shell = IPython.InteractiveShell() ip = IPython.core.ipapi.get() p = IPython.core.debugger.Pdb(ip.colors) p.reset() p.interaction(sys._getframe(0), None)
No comments:
Post a Comment