Show More
@@ -27,6 +27,6 b' def test_store_restore():' | |||||
27 | ip.magic('store -r') |
|
27 | ip.magic('store -r') | |
28 | nt.assert_equal(ip.user_ns['foo'], 78) |
|
28 | nt.assert_equal(ip.user_ns['foo'], 78) | |
29 | nt.assert_in('bar', ip.alias_manager.alias_table) |
|
29 | nt.assert_in('bar', ip.alias_manager.alias_table) | |
30 | nt.assert_in(tmpd, ip.user_ns['_dh']) |
|
30 | nt.assert_in(os.path.realpath(tmpd), ip.user_ns['_dh']) | |
31 |
|
31 | |||
32 | os.rmdir(tmpd) |
|
32 | os.rmdir(tmpd) |
General Comments 0
You need to be logged in to leave comments.
Login now