mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
replace cached() with mark_played / play_count
This commit is contained in:
@@ -31,4 +31,4 @@ class TestCassette(TestVCR):
|
||||
# Make the same requests, and assert that we haven't served any more
|
||||
# requests out of cache
|
||||
urllib2.urlopen('http://httpbin.org/').read()
|
||||
self.assertEqual(len(cass.cached()), 0)
|
||||
self.assertEqual(cass.play_count, 0)
|
||||
|
||||
Reference in New Issue
Block a user