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

Add support for configurable record modes

This support will let you select one of four different behaviors
for VCR's cassettes.  Closes #23
This commit is contained in:
Kevin McCarthy
2013-09-15 16:44:50 -10:00
parent 5ce67dc023
commit 03c22d79dd
7 changed files with 169 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ class PyTest(TestCommand):
sys.exit(errno)
setup(name='vcrpy',
version='0.2.1',
version='0.3.0',
description="A Python port of Ruby's VCR to make mocking HTTP easier",
author='Kevin McCarthy',
author_email='me@kevinmccarthy.org',