1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Load Old Cassettes

Add backwards-compatible cassette loading code that can load
the old style header dicts from response cassettes.
This commit is contained in:
Kevin McCarthy
2014-01-11 09:26:34 -10:00
parent 2cf779d776
commit 84bf7b6132
5 changed files with 140 additions and 118 deletions

View File

@@ -19,7 +19,7 @@ class PyTest(TestCommand):
sys.exit(errno)
setup(name='vcrpy',
version='0.4.0',
version='0.6.0',
description="Automatically mock your HTTP interactions to simplify and speed up testing",
author='Kevin McCarthy',
author_email='me@kevinmccarthy.org',