[ buster ]
[ ソース: vcr.py ]
パッケージ: python-vcr (2.0.1-3)
record and replay HTML interactions (Python library)
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
This package contains the modules for Python 2.
その他の python-vcr 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-contextlib2
- Backport and enhancements for the contextlib module - Python 2.7
-
- dep: python-mock
- Mocking and Testing Library
-
- dep: python-six (>= 1.5)
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)
-
- dep: python-wrapt
- decorators, wrappers and monkey patching. - Python 2.x
-
- dep: python-yaml
- YAML parser and emitter for Python