{ "info": { "author": "Tomasz Kontusz", "author_email": "tomasz.kontusz@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Pytest", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing" ], "description": "##########\npytest-vcr\n##########\n\n|Travis| |AppVeyor| |ReadTheDocs|\n\n.. |Travis| image:: https://travis-ci.org/ktosiek/pytest-vcr.svg?branch=master\n :target: https://travis-ci.org/ktosiek/pytest-vcr\n :alt: See Build Status on Travis CI\n.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/ktosiek/pytest-vcr?branch=master\n :target: https://ci.appveyor.com/project/ktosiek/pytest-vcr/branch/master\n :alt: See Build Status on AppVeyor\n.. |ReadTheDocs| image:: https://readthedocs.org/projects/pytest-vcr/badge/?version=latest\n :target: http://pytest-vcr.readthedocs.io/en/latest/?badge=latest\n :alt: See the documentation\n\n\nPy.test plugin for managing `VCR.py `_ cassettes.\n\n\nQuick Start\n===========\n\nInstall the plugin:\n\n.. code-block:: sh\n\n pip install pytest-vcr\n\n\nAnnotate your tests:\n\n.. code-block:: python\n\n @pytest.mark.vcr()\n def test_iana():\n response = urlopen('http://www.iana.org/domains/reserved').read()\n assert b'Example domains' in response\n\nAnd that's it!\nA new file ``cassettes/test_iana.yaml`` will be created next to your test file on the first run.\nThis file should be committed to a VCS.\n\nFor more examples and configuration options see the `documention on ReadTheDocs `_.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ktosiek/pytest-vcr", "keywords": "", "license": "MIT", "maintainer": "Tomasz Kontusz", "maintainer_email": "tomasz.kontusz@gmail.com", "name": "pytest-vcr", "package_url": "https://pypi.org/project/pytest-vcr/", "platform": "", "project_url": "https://pypi.org/project/pytest-vcr/", "project_urls": { "Homepage": "https://github.com/ktosiek/pytest-vcr" }, "release_url": "https://pypi.org/project/pytest-vcr/1.0.2/", "requires_dist": [ "pytest (>=3.6.0)", "vcrpy" ], "requires_python": "", "summary": "Plugin for managing VCR.py cassettes", "version": "1.0.2" }, "last_serial": 5194509, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b8c9764ea9be6080c2218f33740efef7", "sha256": "f0ea0ee82e77197f8a31234f6c462782585749b6618c8c5328ba8a7792b44b9c" }, "downloads": -1, "filename": "pytest_vcr-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8c9764ea9be6080c2218f33740efef7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4763, "upload_time": "2017-05-07T12:05:10", "url": "https://files.pythonhosted.org/packages/75/e5/9abb7ff9b86cbaa988417f8ee51b589ed8a5a15f425306725c40d44c03d1/pytest_vcr-0.1.0-py2.py3-none-any.whl" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "619f1924dfc7d13fd6e84b8d8779198c", "sha256": "73957a057f89d7694b4f4bd2a3445058b23c86df3c1dd7c033c5713be852ded4" }, "downloads": -1, "filename": "pytest_vcr-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "619f1924dfc7d13fd6e84b8d8779198c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5365, "upload_time": "2017-05-07T14:48:36", "url": "https://files.pythonhosted.org/packages/b0/79/b64d8882785af68e81060ae2bfeb6be69ec09ac711d05bb142fff18381f5/pytest_vcr-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bad93daa7d47c3e8ad0684414a87720", "sha256": "766e5cb5fa7d3184edc0c156f38ff21cf024b20a1e9de5f9330ec5bfc0548796" }, "downloads": -1, "filename": "pytest-vcr-0.2.0.tar.gz", "has_sig": false, "md5_digest": "6bad93daa7d47c3e8ad0684414a87720", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3930, "upload_time": "2017-05-07T14:48:37", "url": "https://files.pythonhosted.org/packages/b1/43/83fa97419189dc071f5a6dd58266f3144fb35a8072975c00ae276094742c/pytest-vcr-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "8212b2818762b12b62111eeafbc1700e", "sha256": "b22e8f14d5efca9cdc969439d6461de7b1fe06ffbca6a7b628f061d978893f32" }, "downloads": -1, "filename": "pytest_vcr-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8212b2818762b12b62111eeafbc1700e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4479, "upload_time": "2017-05-07T16:22:35", "url": "https://files.pythonhosted.org/packages/71/25/871ce930311407bf25a2ab33cf988f738cfb66449c402558109722e9e264/pytest_vcr-0.2.1-py2.py3-none-any.whl" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "87adaffbc0bc6528333b8a9548d704d5", "sha256": "13f2e24ab4b8674e012ca23df50e34f0b322a8b8cf8aa80f2b432ae95a92e298" }, "downloads": -1, "filename": "pytest_vcr-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "87adaffbc0bc6528333b8a9548d704d5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4498, "upload_time": "2017-05-26T16:16:49", "url": "https://files.pythonhosted.org/packages/39/e3/b2bb2593fd3670f6eb273641e58cc67e7258de4e7ebbecf99b35fc0c517c/pytest_vcr-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0dd908a3397464cfac1bd6f7996927ca", "sha256": "b3d1f0a470e172a5f8ef60b3f1daf3ff1ff60a43280a9cdfb24a8c53e3e9c12c" }, "downloads": -1, "filename": "pytest-vcr-0.3.0.tar.gz", "has_sig": false, "md5_digest": "0dd908a3397464cfac1bd6f7996927ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3516, "upload_time": "2017-05-26T16:16:51", "url": "https://files.pythonhosted.org/packages/8c/f0/f923f6b039ff44534b7db5e31807f874d938d8c5ea72dcae90b4d89d616d/pytest-vcr-0.3.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "ecd5d24afd6741e9a5d2c690a1f513a9", "sha256": "dbc0912e013dc4ad2717dcf930b0a6ff4ac03450b97f4b08e6f1ea9a7de6b7ed" }, "downloads": -1, "filename": "pytest_vcr-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ecd5d24afd6741e9a5d2c690a1f513a9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4134, "upload_time": "2018-11-12T17:16:13", "url": "https://files.pythonhosted.org/packages/b8/e5/54f18ed5b3b3a1bb1894ed33c20cdd0d190aec2ddb589bfb739c8712e245/pytest_vcr-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e5c524e03274fa2f6a222b188e52f75", "sha256": "4de34c0acc3c20304cced2632c98b4ade3878ad2ebd0a97dd853d14ab85f5589" }, "downloads": -1, "filename": "pytest-vcr-1.0.0.tar.gz", "has_sig": false, "md5_digest": "0e5c524e03274fa2f6a222b188e52f75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3810, "upload_time": "2018-11-12T17:16:14", "url": "https://files.pythonhosted.org/packages/49/f8/cfe149e389d37b7300175f390c4ac169ce976deb399a0fadb0377929e56a/pytest-vcr-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a886947f52c9eddd4a6ef456bda32dc9", "sha256": "5e5bfa522667007723db331823d5d351724da2d95e88bd4cf141fa4e267faba2" }, "downloads": -1, "filename": "pytest_vcr-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a886947f52c9eddd4a6ef456bda32dc9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4147, "upload_time": "2018-11-16T18:22:47", "url": "https://files.pythonhosted.org/packages/15/00/068a226c2196c356f1370c3c429b6791247e83d3d5a95a1e78da4bde1678/pytest_vcr-1.0.1-py2.py3-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "1dc5df3e8eda7ff3e36e0566bed4a429", "sha256": "2f316e0539399bea0296e8b8401145c62b6f85e9066af7e57b6151481b0d6d9c" }, "downloads": -1, "filename": "pytest_vcr-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1dc5df3e8eda7ff3e36e0566bed4a429", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4137, "upload_time": "2019-04-26T19:03:57", "url": "https://files.pythonhosted.org/packages/9d/d3/ff520d11e6ee400602711d1ece8168dcfc5b6d8146fb7db4244a6ad6a9c3/pytest_vcr-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8e28de3c888b51af072b85886cac5fc", "sha256": "23ee51b75abbcc43d926272773aae4f39f93aceb75ed56852d0bf618f92e1896" }, "downloads": -1, "filename": "pytest-vcr-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d8e28de3c888b51af072b85886cac5fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3810, "upload_time": "2019-04-26T19:04:00", "url": "https://files.pythonhosted.org/packages/1a/60/104c619483c1a42775d3f8b27293f1ecfc0728014874d065e68cb9702d49/pytest-vcr-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1dc5df3e8eda7ff3e36e0566bed4a429", "sha256": "2f316e0539399bea0296e8b8401145c62b6f85e9066af7e57b6151481b0d6d9c" }, "downloads": -1, "filename": "pytest_vcr-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1dc5df3e8eda7ff3e36e0566bed4a429", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4137, "upload_time": "2019-04-26T19:03:57", "url": "https://files.pythonhosted.org/packages/9d/d3/ff520d11e6ee400602711d1ece8168dcfc5b6d8146fb7db4244a6ad6a9c3/pytest_vcr-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8e28de3c888b51af072b85886cac5fc", "sha256": "23ee51b75abbcc43d926272773aae4f39f93aceb75ed56852d0bf618f92e1896" }, "downloads": -1, "filename": "pytest-vcr-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d8e28de3c888b51af072b85886cac5fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3810, "upload_time": "2019-04-26T19:04:00", "url": "https://files.pythonhosted.org/packages/1a/60/104c619483c1a42775d3f8b27293f1ecfc0728014874d065e68cb9702d49/pytest-vcr-1.0.2.tar.gz" } ] }