pytest-recording

View on PyPIReverse Dependencies (45)

0.13.1 pytest_recording-0.13.1-py3-none-any.whl

Wheel Details

Project: pytest-recording
Version: 0.13.1
Filename: pytest_recording-0.13.1-py3-none-any.whl
Download: [link]
Size: 12449
MD5: cc8a5bef508c0e0bd6af0054e367fa11
SHA256: e5c75feb2593eb4ed9362182c6640bfe19004204bf9a6082d62c91b5fdb50a3e
Uploaded: 2023-12-06 23:33:32 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-recording
Version: 0.13.1
Summary: A pytest plugin that allows you recording of network interactions via VCR.py
Author-Email: Dmitry Dygalo <dmitry[at]dygalo.dev>
Maintainer-Email: Dmitry Dygalo <dmitry[at]dygalo.dev>
Project-Url: Documentation, https://github.com/kiwicom/pytest-recording
Project-Url: Changelog, https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst
Project-Url: Bug Tracker, https://github.com/kiwicom/pytest-recording/issues
Project-Url: Source Code, https://github.com/kiwicom/pytest-recording
Project-Url: Change Log, https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst
Keywords: mock,network,pytest,vcr
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.7
Requires-Dist: pytest (>=3.5.0)
Requires-Dist: vcrpy (>=2.0.1)
Requires-Dist: pytest-recording[tests]; extra == "dev"
Requires-Dist: pytest-httpbin; extra == "tests"
Requires-Dist: pytest-mock; extra == "tests"
Requires-Dist: requests; extra == "tests"
Requires-Dist: werkzeug (==3.0.1); extra == "tests"
Provides-Extra: dev
Provides-Extra: tests
Description-Content-Type: text/x-rst
License-Expression: MIT
License-File: LICENSE
[Description omitted; length: 7464 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.18.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytest_recording/__init__.py sha256=oKyoevLmk0-QAGE7nB6tkB250gwNszUCOHczijNpJEw 96
pytest_recording/_vcr.py sha256=x0uAVBQNYuB2fYPpz3zeOfRVoN-kEOwB4QQpU2PUaOk 4069
pytest_recording/exceptions.py sha256=oIGNtPyTBnptpHhrOFK9UifYsVN4UJUVQwfj9SU7kqo 91
pytest_recording/hooks.py sha256=jtDuA88_s_pSFhImQW4bEERNLy-Pdz68Kn3FqdKSvPM 151
pytest_recording/network.py sha256=urcwXwigUAAtfwWViN8UeHpHfUDPLJIgOrfZJDsHPEY 5483
pytest_recording/plugin.py sha256=kNcYbpD8pHgUCVzQGonxwk-cP8smFWE0w1PpTDbM1UM 7454
pytest_recording/utils.py sha256=ccnl75dDvPvK-Yc-KDT_3j9jkc9qMWqiyeONIdgivqo 314
pytest_recording/validation.py sha256=6TUu_qvR5r4hHzShElfPycNZQn6Ng82QyZ7RQA9BxlQ 685
pytest_recording-0.13.1.dist-info/METADATA sha256=z58iXF1C3BQYlFn1Lt6_PLQpIGZzgh2SffbU72KomyM 9569
pytest_recording-0.13.1.dist-info/WHEEL sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA 87
pytest_recording-0.13.1.dist-info/entry_points.txt sha256=TYLYEUg4ZJkCPloN-giGSdNjoK1jOW9TAtoPxGKye78 47
pytest_recording-0.13.1.dist-info/licenses/LICENSE sha256=CLnAoROUBlHqJSiRW4F2CAkwifv7ZsNBrHJ4P84g3NE 1076
pytest_recording-0.13.1.dist-info/RECORD

entry_points.txt

recording = pytest_recording.plugin