Skip to content

jakesen/vcrpy-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcrpy-demo

Demonstration of the VCR.py library

This repo contains the example files used in the blog post Testing in Python with VCR.py.

You can setup and run the demo test like this:

virtualenv env
source env/bin/activate
pip install -r requirements.txt
nosetests

About

Demonstration of the VCR.py library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages