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

update README to point out pretty bad missing feature

This commit is contained in:
Kevin McCarthy
2012-05-31 19:50:23 -10:00
parent a1f22945d7
commit cd1feaabd9

View File

@@ -41,6 +41,9 @@ I'm not trying to match the format of the YAML files. Cassettes generated by
Ruby's VCR are not compatible with VCR.py. The API is similar but VCR.py
doesn't have nearly as many features.
##Known Issues
* Only works with the first HTTP request made in each use_cassette block. That's because I haven't gotten around to implementing multiple requests yet.
##Similar libraries in Python
Neither of these really implement the API I want, but I have cribbed some code
from them.