From 4042f2a040d7d5e242ab552946f9a41d9e6aa5f4 2016-06-21 20:57:32 From: Matthias Bussonnier Date: 2016-06-21 20:57:32 Subject: [PATCH] Use SIMPLE_PROMPT while testing. Closes #9618 --- diff --git a/IPython/testing/globalipapp.py b/IPython/testing/globalipapp.py index 635921a..7e65824 100644 --- a/IPython/testing/globalipapp.py +++ b/IPython/testing/globalipapp.py @@ -97,6 +97,7 @@ def start_ipython(): # Create custom argv and namespaces for our IPython to be test-friendly config = tools.default_config() + config.TerminalInteractiveShell.simple_prompt = True # Create and initialize our test-friendly IPython instance. shell = TerminalInteractiveShell.instance(config=config,