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

Tests fail for python 2.7 #31

Open
hltbra opened this issue Jul 4, 2012 · 2 comments
Open

Tests fail for python 2.7 #31

hltbra opened this issue Jul 4, 2012 · 2 comments

Comments

@hltbra
Copy link
Contributor

hltbra commented Jul 4, 2012

Tests involving equal_to with diff=True fail on Python2.7, because the diff output is different.

@hltbra
Copy link
Contributor Author

hltbra commented Jul 4, 2012

Output from my computer (python2.7): https://gist.github.com/3048288

Notice the difference from @@ -1,1 +1,2 @@ to @@ -1 +1,2 @@ - it is expected to left side contain comma and character position.

@rassilon
Copy link

rassilon commented Jul 4, 2012

This stems from: http://bugs.python.org/issue11747
Specfically: http://bugs.python.org/issue11747#msg133546

This change is in 2.7.2 and later.

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

No branches or pull requests

2 participants