Upload file bug with oauth signing was fixed
It was a mistake to set content-type = application/x-www-form-urlencoded by default, requests lib setup it dynamically if we have non-empty parameter "files".
Original version didn't work with images (files) upload for example in Etsy API see https://www.etsy.com/developers/documentation/getting_started/images
This isn't passing tests:
rauth/session.py:152:80: E501 line too long (86 > 79 characters)
Still not passing due to:
rauth/session.py:153:13: E125 continuation line with same indent as next logical line
Also Github does not send notifications when PRs are updated, so please make a comment when this is ready to merge so I get an alert.
I've just changed format and push changes to repository. So please check it.
Still failing:
rauth/session.py:153:9: E122 continuation line missing indentation or outdented
You may want to run tests locally via tox or some other runner. Also you can check TravisCI for build failures.
I don't know what to do, It works for me.
Are you running the tests with tox?
I don't use tox.
How are you running the tests? It seems like it's not compatible with the Travis runner.
I'm not running any tests. I fixed only one line. It works.
It looks like the tests still aren't passing on Travis. More formatting errors.