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