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

let's try this fancy build status badge thing

This commit is contained in:
Kevin McCarthy
2012-05-30 22:47:52 -10:00
parent 4644ad6db9
commit e5b3cf5f7c

View File

@@ -3,6 +3,8 @@
This is a proof-of-concept start at a Python version of [Ruby's VCR This is a proof-of-concept start at a Python version of [Ruby's VCR
library](https://github.com/myronmarston/vcr). library](https://github.com/myronmarston/vcr).
[![Build Status](https://secure.travis-ci.org/kevin1024/vcrpy.png?branch=master)](http://travis-ci.org/kevin1024/vcrpy)
##What it is supposed to do ##What it is supposed to do
Simplify testing by recording all HTTP interactions and saving them to Simplify testing by recording all HTTP interactions and saving them to
"cassette" files, which are just yaml files. Then when you run your tests "cassette" files, which are just yaml files. Then when you run your tests