Skip to content
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

Add MessagePack support to the test client #1026

Open
kgriffs opened this issue Apr 25, 2017 · 2 comments
Open

Add MessagePack support to the test client #1026

kgriffs opened this issue Apr 25, 2017 · 2 comments
Labels
enhancement good first issue needs contributor Comment on this issue if you'd like to volunteer to work on this. Thanks!

Comments

@kgriffs
Copy link
Member

kgriffs commented Apr 25, 2017

Note: When doing this, msgpack-python must be added as an extra dependency (see also #333) so that those who don't want to bring it in are not forced to do so.

@kgriffs kgriffs added this to the Version 1.3 milestone Apr 25, 2017
@kgriffs kgriffs added the needs contributor Comment on this issue if you'd like to volunteer to work on this. Thanks! label Apr 26, 2017
@kgriffs kgriffs removed the needs contributor Comment on this issue if you'd like to volunteer to work on this. Thanks! label May 19, 2017
@vytas7 vytas7 added the needs contributor Comment on this issue if you'd like to volunteer to work on this. Thanks! label Apr 1, 2022
@codeofhk
Copy link

@vytas7 I Would like to contribute , can you explain a bit the problem ?

@vytas7
Copy link
Member

vytas7 commented Jun 3, 2023

Hi @hk-madhu!
At the time of writing, you can pass an object as json parameter to the test client's simulate_request() & friends, and it would be automatically serialized, Content-Type set up for you, etc, before passing the payload to the app.

I assume this issue aims to deliver that same functionality for testing APIs that leverage Msgpack instead of (or in addition to) JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue needs contributor Comment on this issue if you'd like to volunteer to work on this. Thanks!
Projects
None yet
Development

No branches or pull requests

3 participants