python-httpretty 1.1.4-ok3 source package in openKylin
Changelog
python-httpretty (1.1.4-ok3) yangtze; urgency=medium * Fix command 'install' has no such option 'install_layout'. -- sufang <email address hidden> Mon, 06 Feb 2023 15:43:11 +0800
python-httpretty (1.1.4-ok3) yangtze; urgency=medium * Fix command 'install' has no such option 'install_layout'. -- sufang <email address hidden> Mon, 06 Feb 2023 15:43:11 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | proposed | main | python | |
Nile V2.0 | release | main | python | |
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-httpretty_1.1.4.orig.tar.gz | 440.9 KiB | 6318b263e5a9e83cd9fdf1e7fba7d711adaa578189d37108059dd1b96faf0f61 |
python-httpretty_1.1.4-ok3.debian.tar.xz | 4.7 KiB | 5d414fbb15cab9b4e6b0f8dbd8eb71f287be68de704b1446a458673963e53ebc |
python-httpretty_1.1.4-ok3.dsc | 2.1 KiB | b2dd543a02a9118dfeb00b007ad0f17f7b246844d15bbc96506649d1f69e11f7 |
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.