Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows core test error - filename quoting #2017

Closed
jdmarch opened this issue Jun 24, 2012 · 0 comments · Fixed by #2021
Closed

Windows core test error - filename quoting #2017

jdmarch opened this issue Jun 24, 2012 · 0 comments · Fixed by #2021

Comments

@jdmarch
Copy link

jdmarch commented Jun 24, 2012

$ iptest IPython.core
.................................K.....................................................................................................
..............................................................................................................................SSSSSS...
.......................................................................................................................................
.....................SS....................KF..SERROR: File `u'c:\\documents.py'` not found.E....
======================================================================
ERROR: Check that files in odd encodings are accepted.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\Python27\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "c:\documents and settings\jdm\ipython\IPython\core\tests\test_run.py", line 250, in test_unicode
    tt.assert_equals(_ip.user_ns['u'], u'Ўт№Ф')
KeyError: 'u'
jenshnielsen pushed a commit to jenshnielsen/ipython that referenced this issue Jun 24, 2012
…ndows

Fix Windows pathname issue in 'odd encoding' test.

Fixes ipython#2017
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
…ndows

Fix Windows pathname issue in 'odd encoding' test.

Fixes ipython#2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant