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