Skip to content

Add py.test fixture compatibility in python 2

Compare
Choose a tag to compare
@colonelpanic8 colonelpanic8 released this 23 Sep 02:24
· 960 commits to master since this release

Use function signature preserving wrapt.decorator to write the
decorator portion of use_cassette in order to ensure compatibility with
py.test fixtures and python 2. Move all request filtering into the
before_record_callable.