Add form and multipart_form helpers to request
Bug #1632584 reported by
Jamie Lennox
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
requests-mock |
In Progress
|
Wishlist
|
Jamie Lennox |
Bug Description
We have a json() helper on last_request, however for form encoded a=b&c=d data and multipart form encoded data we don't have a helper. Whilst there are less useful with APIs they are a common usage for people using requests.
Changed in requests-mock: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Might I ask why? Is it to ensure that requests encoded it properly? That seems more like someone testing requests than their code imo