py3-vcrpy-6.0.2p1
automatically mock HTTP interactions to speed testing
Back to search · Project homepage
Description
VCR.py simplifies and speeds up tests that make HTTP requests. The first
time you run code that is inside a VCR.py context manager or decorated
function, VCR.py records all HTTP interactions that take place through
the libraries it supports and serializes and writes them to a flat file
(in yaml format by default). This flat file is called a cassette.
When the relevant piece of code is executed again, VCR.py will read the
serialized requests and responses from the aforementioned cassette file,
and intercept any HTTP requests that it recognizes from the original
test run and return the responses that corresponded to those requests.
Package information
- Ports path
- www/py-vcrpy
- Package architecture
- amd64
- Maintainer
- Pamela Mosiejczuk <pamela@openbsd.org>
- Categories
- www, lang/python
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, sparc64, alpha, hppa
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
Build
- lang/python/3
- devel/py-build
- devel/py-installer
- devel/py-setuptools py3-setuptools->=79v0
- devel/py-wheel
Test
- devel/py-mock
- devel/py-test-aiohttp
- devel/py-test-asyncio
- devel/py-test-cov
- devel/py-test-httpbin
- net/py-boto3
- www/py-aiohttp
- www/py-httplib2
- www/py-httpx
- www/py-requests
- www/py-tornado
- devel/py-wrapt
- textproc/py-yaml
- www/py-urllib3
- www/py-yarl
- lang/python/3
- devel/py-test
Used by (6 dependency relationships)
Includes library, runtime, build and test relationships. Results load 100 at a time.