gabrielfalcao / gabrielfalcao/HTTPretty
Add more JSON support
Open
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 285
- PR merge metrics
- No merged PRs in 30d
Description
It'd be nice to be able to `HTTPretty.register_uri(..., json={'my': 'object'})`, and similarly inspect the json of a request.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the HTTPretty.register_uri(...) entry point and trace how response bodies and intercepted requests are represented. Define the expected behavior for a json={'my': 'object'} response option and request JSON inspection, then add coverage for both APIs and verify the existing HTTP-mocking behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100