mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
v1.4.0
This commit is contained in:
@@ -484,6 +484,10 @@ API in version 1.0.x
|
|||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
* 1.4.0 Filter post data parameters (thanks @eadmundo), support for
|
||||||
|
posting files through requests, inject_cassette kwarg to access
|
||||||
|
cassette from `use_cassette` decorated function,
|
||||||
|
`with_current_defaults` actually works (thanks @samstav).
|
||||||
* 1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default
|
* 1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default
|
||||||
port for https (thanks @abhinav).
|
port for https (thanks @abhinav).
|
||||||
* 1.2.0 Add custom_patches argument to VCR/Cassette objects to allow
|
* 1.2.0 Add custom_patches argument to VCR/Cassette objects to allow
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.3.0',
|
version='1.4.0',
|
||||||
description=(
|
description=(
|
||||||
"Automatically mock your HTTP interactions to simplify and "
|
"Automatically mock your HTTP interactions to simplify and "
|
||||||
"speed up testing"
|
"speed up testing"
|
||||||
|
|||||||
Reference in New Issue
Block a user