mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
add a couple more tests, change played api to require request being played
This commit is contained in:
@@ -48,7 +48,7 @@ class Cassette(object):
|
||||
def play_count(self):
|
||||
return sum(self.play_counts.values())
|
||||
|
||||
def mark_played(self, request=None):
|
||||
def mark_played(self, request):
|
||||
'''
|
||||
Alert the cassette of a request that's been played
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user