-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix failing tests #18
Conversation
@@ -60,7 +60,7 @@ def test_webp_writer(): | |||
|
|||
test_bytearray = _encode_as_webp(test_data) | |||
|
|||
assert len(test_bytearray) == 42 | |||
assert len(test_bytearray) == 34 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know. I took myself off the review list for this one because I gotta focus on something else and I haven't used this project yet.
@dnomadb @sgillies Line 45 in 7650ba3
raster-tester gives:
not sure if we should just update the expected tif ??? |
ah, seems that tests are passing on travis but not locally 😶 |
Trying to fix failing tests #14
This pr does:
TestingDir
with click integratedrunner.isolated_filesystem