1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00
2012-05-30 20:52:26 -10:00
2012-05-30 20:52:26 -10:00
2012-05-30 20:52:26 -10:00
2012-05-30 20:52:26 -10:00
2012-05-30 20:52:26 -10:00
2012-05-30 20:52:26 -10:00

#VCR.py

This is a proof-of-concept start at a python version of Ruby's VCR library. It doesn't actually work.

#What it is supposed to do Simplify testing by recording all HTTP interactions and saving them to "cassette" files, which are just yaml files. Then when you run your tests again, they all just hit the text files instead of the internet. This speeds up your tests and lets you work offline.

#What it actually does Uses up all your memory

#Similar libraries in Python Neither of these really implement the API I want, but I have cribbed some code from them.

Description
Automatically mock your HTTP interactions to simplify and speed up testing
Readme 6.3 MiB
Languages
Python 99.9%