Name: | python3-vcrpy |
---|---|
Version: | 4.1.1 |
Release: | 6.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 243175 |
License: | MIT |
RPM: | python3-vcrpy-4.1.1-6.el8.noarch.rpm |
Source RPM: | python-vcrpy-4.1.1-6.el8.src.rpm |
Build Date: | Fri Mar 10 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.io/project/vcrpy |
Summary: | Automatically mock your HTTP interactions to simplify and speed up testing |
Description: | Simplify and speed up testing HTTP by recording all HTTP interactions and saving them to "cassette" files, which are yaml files containing the contents of your requests and responses. Then when you run your tests again, they all just hit the text files instead of the internet. This speeds up your tests and lets you work offline. If the server you are testing against ever changes its API, all you need to do is delete your existing cassette files, and run your tests again. All of the mocked responses will be updated with the new API. |
- Remove python-boto dependency
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for Python 3.10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Update to 4.1.1. Fixes bug #1862531 - Enable at least the unit tests (integration tests do lots of network calls)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for Python 3.9
- Update to 4.0.2 Fixes bug 1768194
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild