mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 01:25:34 +00:00
Added README for new 'all_played' property of Cassette
This commit is contained in:
@@ -181,6 +181,8 @@ the API. The fields are as follows:
|
|||||||
* `responses`: A list of the responses made.
|
* `responses`: A list of the responses made.
|
||||||
* `play_count`: The number of times this cassette has had a response played
|
* `play_count`: The number of times this cassette has had a response played
|
||||||
back
|
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
|
* `responses_of(request)`: Access the responses that match a given request
|
||||||
|
|
||||||
The `Request` object has the following properties:
|
The `Request` object has the following properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user