Metadata-Version: 2.1
Name: pytest-vts
Version: 0.4.8
Summary: pytest plugin for automatic recording of http stubbed tests
Home-page: UNKNOWN
Author: Bogdan Hodorog
Author-email: bogdan.hodorog@gmail.com
License: MIT
Project-URL: Source, https://github.com/bhodorog/pytest-vts
Project-URL: Bug Reports, https://github.com/bhodorog/pytest-vts/issues
Keywords: pytest plugin http stub mock record responses recorder vcr betamax automatic
Platform: UNKNOWN
Classifier: Framework :: Pytest
Requires-Dist: pytest (>=2.3)
Requires-Dist: responses
Requires-Dist: cookies
Requires-Dist: six
Requires-Dist: urllib3 (!=1.25.0,!=1.25.1,!=1.25.2)

pytest-vts
==========

Automatic recorder for http stubbed
`pytest(s) <http://pytest.org/latest/>`_ using
`responses <https://github.com/getsentry/responses>`_ library. VTS
stands for Video Tests System and has been inspired from
`VHS <https://en.wikipedia.org/wiki/Videotape_format_war>`_.

* `Documentation <https://github.com/bhodorog/pytest-vts/blob/master/README.md>`_
* `Changelog <https://github.com/bhodorog/pytest-vts/blob/master/CHANGELOG.md>`_
* `Github Page <https://github.com/bhodorog/pytest-vts>`_
* `Issue Tracking <https://github.com/bhodorog/pytest-vts/issues>`_


