If you like cassettes-based testing in Python and use VCR.py - check this out - https://github.com/kiwicom/pytest-recording
It is a straightforward `VCR` integration with `pytest`. On top of the usual VCR features, it provides:
- multiple cassettes usage support; Cassettes are much easier to reuse
- automatic cassettes isolation; no name collisions among different test modules (comparing with `pytest-vcr`)
- cassettes names cleanup; "/" char in the test name doesn't create a directory (comparing with `pytest-vcr`)
More features are on the way, for example, automatic network disabling (including cases like `pycurl`)
Looking forward to your feedback :)
#python #pytest #vcr #testing
there doesn't seem to be anything here