Closed otsuka closed 4 years ago
I'll try to fix it tonight :)
Fix released on v1.4.1. Please confirm me that is working now
Thank you very much! 👍 I will try it later on.
I have confirmed that an image file can be uploaded from the TestClient.post() method 🎉
Yay! 🎉
I'd like to test uploading files to API server. Using your test client, I wrote the test as below:
But multipart file handling seems to have some error. I don't think that decoding binary data of a file into str is possible.