From 9c22fc1e9d47c2c63a4243e2605ec2275089aae5 2012-03-25 22:09:44 From: Thomas Kluyver Date: 2012-03-25 22:09:44 Subject: [PATCH] Add encoding cookie to test_run. --- diff --git a/IPython/core/tests/test_run.py b/IPython/core/tests/test_run.py index c5f4e80..179884c 100644 --- a/IPython/core/tests/test_run.py +++ b/IPython/core/tests/test_run.py @@ -1,3 +1,4 @@ +# encoding: utf-8 """Tests for code execution (%run and related), which is particularly tricky. Because of how %run manages namespaces, and the fact that we are trying here to