Jump to letter: [
034679ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python3-httpretty - HTTP request mock tool for Python 3
- Description:
Once upon a time a python developer wanted to use a RESTful API, everything was
fine but until the day he needed to test the code that hits the RESTful API:
what if the API server is down? What if its content has changed?
Don't worry, HTTPretty is here for you.
Packages
| python3-httpretty-0.8.14-2.20161011git70af1f8.fc24.noarch
[47 KiB] |
Changelog
by Adam Williamson (2017-01-27):
- Backport PR #317 (call reset from setUp / tearDown) - thanks gholms
|
| python3-httpretty-0.8.14-1.20161011git70af1f8.fc24.noarch
[47 KiB] |
Changelog
by Adam Williamson (2017-01-06):
- Update to current git master (as a 0.8.14 post-release snapshot)
- Backport PR #313 (fix with recent OpenSSL, requests and urllib3)
- Backport PR #314 (fix a test with Python 3)
- Backport PR #315 (fix some issues with urllib 1.10, as found in RHEL 6)
- Avoid an unnecessary remote roundtrip in one of the tests
- Replace dependency 'un-pinning' patch with some sed commands in the spec
- Replace ASCII patch by running setup.py with a UTF-8 LANG
- Enable the tests, with necessary buildrequires
|