kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
425 stars 34 forks source link

Restore handling relative paths in `pytest.mark.vcr` #34

Closed Stranger6667 closed 4 years ago

Stranger6667 commented 4 years ago

It was possible in 0.4.0, but now it is not. However, before it was applied only to the first argument in pytest.mark.vcr, other arguments were treated like absolute. It will be nice to support relative paths for all arguments to the vcr mark