| Name: | python3-httpretty |
|---|---|
| Version: | 1.1.4 |
| Release: | 7.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 164362 |
| License: | MIT |
| RPM: | python3-httpretty-1.1.4-7.el9.noarch.rpm |
| Source RPM: | python-httpretty-1.1.4-7.el9.src.rpm |
| Build Date: | Sun May 08 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/gabrielfalcao/HTTPretty |
| Summary: | 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. |