Name: | python3-vcrpy |
---|---|
Version: | 7.0.0 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 313285 |
License: | MIT |
RPM: | python3-vcrpy-7.0.0-2.el10_0.noarch.rpm |
Source RPM: | python-vcrpy-7.0.0-2.el10_0.src.rpm |
Build Date: | Mon May 26 2025 |
Build Host: | build-ol10-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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- update to 7.0.0. Fixes rhbz#2227609
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Update to 5.0.0
- Rebuilt for Python 3.12
- backport patch to fix test failures with Python 3.12: AttributeError: type object 'VCRHTTPConnection[…]' has no attribute 'debuglevel'