Show More
@@ -339,7 +339,7 b' tclass.py: deleting object: C-third' | |||
|
339 | 339 | """Check that files in odd encodings are accepted.""" |
|
340 | 340 | mydir = os.path.dirname(__file__) |
|
341 | 341 | na = os.path.join(mydir, "nonascii.py") |
|
342 |
_ip. |
|
|
342 | _ip.magic('run "%s"' % na) | |
|
343 | 343 | assert _ip.user_ns["u"] == "Ўт№Ф" |
|
344 | 344 | |
|
345 | 345 | def test_run_py_file_attribute(self): |
General Comments 0
You need to be logged in to leave comments.
Login now