We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 involving equal_to with diff=True fail on Python2.7, because the diff output is different.
equal_to
diff=True
The text was updated successfully, but these errors were encountered:
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.
@@ -1,1 +1,2 @@
@@ -1 +1,2 @@
Sorry, something went wrong.
This stems from: http://bugs.python.org/issue11747 Specfically: http://bugs.python.org/issue11747#msg133546
This change is in 2.7.2 and later.
No branches or pull requests
Tests involving
equal_to
withdiff=True
fail on Python2.7, because the diff output is different.The text was updated successfully, but these errors were encountered: