[ 源代码: vcr.py ]
软件包:python3-vcr(6.0.1-1)
record and replay HTML interactions
vcr.py records all interactions that take place through the HTML libraries it supports and writes them to flat files, called cassettes (YAML format by default). These cassettes could be replayed then for fast, deterministic and accurate HTML testing.
vcr.py supports the following Python HTTP libraries:
- urllib2 (stdlib) - urllib3 - http.client (Python3 stdlib) - Requests - httplib2 - Boto (interface to Amazon Web Services) - Tornado's HTTP client (Python 3 library)
This package contains the modules for Python 3.
其他与 python3-vcr 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-urllib3
- HTTP library with thread-safe connection pooling for Python3
-
- dep: python3-wrapt
- decorators, wrappers and monkey patching. - Python 3.x
-
- dep: python3-yaml
- YAML parser and emitter for Python3
-
- dep: python3-yarl
- yet another URL library for Python