From 4894cb7e22b81e8c95ae3a3e35b565ddc1c7863f Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 11 Aug 2013 19:01:28 -1000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55117e48..f024fd02 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a Python version of [Ruby's VCR library](https://github.com/myronmarston [![Build Status](https://secure.travis-ci.org/kevin1024/vcrpy.png?branch=master)](http://travis-ci.org/kevin1024/vcrpy) ##What it does -Simplify testing by recording all HTTP interactions and saving them to +Simplify and speed up testing HTTP by recording all HTTP interactions and saving them to "cassette" files, which are yaml files containing the contents of your requests and responses. Then when you run your tests again, they all just hit the text files instead of the internet. This speeds up