mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
Fix readme, version 1.5.1
This commit is contained in:
@@ -7,7 +7,8 @@ This is a Python version of [Ruby's VCR library](https://github.com/vcr/vcr).
|
|||||||
[](http://travis-ci.org/kevin1024/vcrpy)
|
[](http://travis-ci.org/kevin1024/vcrpy)
|
||||||
[](https://waffle.io/kevin1024/vcrpy)
|
[](https://waffle.io/kevin1024/vcrpy)
|
||||||
|
|
||||||
## What it does VCR.py simplifies and speeds up tests that make HTTP
|
## What it does
|
||||||
|
VCR.py simplifies and speeds up tests that make HTTP
|
||||||
requests. The first time you run code that is inside a VCR.py context
|
requests. The first time you run code that is inside a VCR.py context
|
||||||
manager or decorated function, VCR.py records all HTTP interactions
|
manager or decorated function, VCR.py records all HTTP interactions
|
||||||
that take place through the libraries it supports and serializes and
|
that take place through the libraries it supports and serializes and
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.5.0',
|
version='1.5.1',
|
||||||
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