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"