Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix(client): urlencode file name #292 * refactor(client): move encoding filename to post method * test(client): split client.post test into unit test and integration test * test(windows): set PYTHONIOENCODING to utf-8 * fix(client): check name attribute before urlencoding filename * test(client): create a fake picture file for related tests * style(client): correct coding style * fix(client): urlencode filenames for all files in "files" before upload * refactor(client): refactor urlencode to reduce block nest and make it more pythonic * style(client): fix client style problem
- Loading branch information