Show More
@@ -92,7 +92,7 b' def test_history():' | |||
|
92 | 92 | |
|
93 | 93 | # Cross testing: check that magic %save can get previous session. |
|
94 | 94 | testfilename = os.path.realpath(os.path.join(tmpdir, "test.py")) |
|
95 |
ip.magic |
|
|
95 | ip.magic("save " + testfilename + " ~1/1-3") | |
|
96 | 96 | with py3compat.open(testfilename) as testfile: |
|
97 | 97 | nt.assert_equal(testfile.read(), |
|
98 | 98 | u"# coding: utf-8\n" + u"\n".join(hist)) |
General Comments 0
You need to be logged in to leave comments.
Login now