From 10c38e4daa5b8501e5033ef9c27b8483395c7f93 2008-06-13 06:38:17 From: Barry Wark Date: 2008-06-13 06:38:17 Subject: [PATCH] oops --- diff --git a/IPython/frontend/cocoa/tests/test_cocoa_frontend.py b/IPython/frontend/cocoa/tests/test_cocoa_frontend.py index 26f06d6..ae1b9d6 100644 --- a/IPython/frontend/cocoa/tests/test_cocoa_frontend.py +++ b/IPython/frontend/cocoa/tests/test_cocoa_frontend.py @@ -5,8 +5,6 @@ Things that should be tested: - IPythonCocoaController instantiates an IEngineInteractive - IPythonCocoaController executes code on the engine - - IPythonCocoaController returns continuation for incomplete code - - IPythonCocoaController returns failure for exceptions raised in executed code - IPythonCocoaController mirrors engine's user_ns """ __docformat__ = "restructuredtext en"