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