python-httpretty 1.1.4-3 source package in Ubuntu
Changelog
python-httpretty (1.1.4-3) unstable; urgency=medium * Switch to pytest instead of nose (Closes: #1018511). -- Thomas Goirand <email address hidden> Wed, 23 Aug 2023 17:12:13 +0200
Upload details
- Uploaded by:
- Debian OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-httpretty_1.1.4-3.dsc | 2.3 KiB | a18ab25c7ca9b372141ea9ea31f5e2a911d65f71038a165689c632e64b67dba5 |
python-httpretty_1.1.4.orig.tar.xz | 52.7 KiB | d7dcb8d8da92358fad460ea9f42c7b5ca0dca607cdfc87dbc78044a7fe2dfc9c |
python-httpretty_1.1.4-3.debian.tar.xz | 6.0 KiB | 973ec7a5ddaf143fb87a28dffecda4835ffc4b8c420ded622ba6762ed47671dd |
Available diffs
- diff from 1.1.4-2 to 1.1.4-3 (723 bytes)
No changes file available.
Binary packages built by this source
- python3-httpretty: HTTP client mock - Python 3.x
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.
.
This package provides the Python 3.x module.