pytest-recording

View on PyPIReverse Dependencies (72)

0.13.2 pytest_recording-0.13.2-py3-none-any.whl

Wheel Details

Project: pytest-recording
Version: 0.13.2
Filename: pytest_recording-0.13.2-py3-none-any.whl
Download: [link]
Size: 12783
MD5: c3364bb6ae8edcfa058331d9e6b49e24
SHA256: 3820fe5743d1ac46e807989e11d073cb776a60bdc544cf43ebca454051b22d13
Uploaded: 2024-07-09 10:11:05 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pytest-recording
Version: 0.13.2
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
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-httpbin; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: requests; extra == "dev"
Requires-Dist: werkzeug (==3.0.3); extra == "dev"
Requires-Dist: pytest-httpbin; extra == "tests"
Requires-Dist: pytest-mock; extra == "tests"
Requires-Dist: requests; extra == "tests"
Requires-Dist: werkzeug (==3.0.3); extra == "tests"
Provides-Extra: dev
Provides-Extra: tests
Description-Content-Type: text/x-rst
License-Expression: MIT
License-File: LICENSE
[Description omitted; length: 8088 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.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=j3-LOc2pI5MMCnUJtXeVAhYgUkRxkbAVnYoP9tninII 3749
pytest_recording/exceptions.py sha256=oIGNtPyTBnptpHhrOFK9UifYsVN4UJUVQwfj9SU7kqo 91
pytest_recording/hooks.py sha256=z7ObA-VO1qE8Rs63WHXKTKgoBDh-MzeBpiPTWCctljY 209
pytest_recording/network.py sha256=urcwXwigUAAtfwWViN8UeHpHfUDPLJIgOrfZJDsHPEY 5483
pytest_recording/plugin.py sha256=vtb0V5vE2VWG1KiXISeoMJ3VX1aMI7AHEUt04Y_Gpeg 7521
pytest_recording/utils.py sha256=sVtAEN8J7q8Vu4GeyVPFAz6GKSIFFu73DjtbDRPdtbM 702
pytest_recording/validation.py sha256=6TUu_qvR5r4hHzShElfPycNZQn6Ng82QyZ7RQA9BxlQ 685
pytest_recording-0.13.2.dist-info/METADATA sha256=nzK_wU_UtK-XG1xvLcidJH-PIPQBH94pQP7z61Re7wA 10222
pytest_recording-0.13.2.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
pytest_recording-0.13.2.dist-info/entry_points.txt sha256=TYLYEUg4ZJkCPloN-giGSdNjoK1jOW9TAtoPxGKye78 47
pytest_recording-0.13.2.dist-info/licenses/LICENSE sha256=CLnAoROUBlHqJSiRW4F2CAkwifv7ZsNBrHJ4P84g3NE 1076
pytest_recording-0.13.2.dist-info/RECORD

entry_points.txt

recording = pytest_recording.plugin