1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Added README for new 'all_played' property of Cassette

This commit is contained in:
Max Shytikov
2014-05-06 00:45:10 +02:00
parent 5e295e0603
commit 9d5660b673

View File

@@ -181,6 +181,8 @@ the API. The fields are as follows:
* `responses`: A list of the responses made.
* `play_count`: The number of times this cassette has had a response played
back
* `all_played`: A boolean indicates whether all the responses have been
played back
* `responses_of(request)`: Access the responses that match a given request
The `Request` object has the following properties: