##// END OF EJS Templates
Use SIMPLE_PROMPT while testing....
Matthias Bussonnier -
Show More
@@ -97,6 +97,7 b' def start_ipython():'
97
97
98 # Create custom argv and namespaces for our IPython to be test-friendly
98 # Create custom argv and namespaces for our IPython to be test-friendly
99 config = tools.default_config()
99 config = tools.default_config()
100 config.TerminalInteractiveShell.simple_prompt = True
100
101
101 # Create and initialize our test-friendly IPython instance.
102 # Create and initialize our test-friendly IPython instance.
102 shell = TerminalInteractiveShell.instance(config=config,
103 shell = TerminalInteractiveShell.instance(config=config,
General Comments 0
You need to be logged in to leave comments. Login now