##// END OF EJS Templates
nobody pexpects the Spanish Inquisition
Paul Ivanov -
Show More
@@ -73,7 +73,6 b' def test_nest_embed():'
73 child = pexpect.spawn(sys.executable, ['-m', 'IPython', '--colors=nocolor'],
73 child = pexpect.spawn(sys.executable, ['-m', 'IPython', '--colors=nocolor'],
74 env=env)
74 env=env)
75 child.expect(ipy_prompt)
75 child.expect(ipy_prompt)
76 child.expect(ipy_prompt)
77 child.sendline("import IPython")
76 child.sendline("import IPython")
78 child.expect(ipy_prompt)
77 child.expect(ipy_prompt)
79 child.sendline("ip0 = get_ipython()")
78 child.sendline("ip0 = get_ipython()")
General Comments 0
You need to be logged in to leave comments. Login now