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

remove fixtures, remove some dead httpbin assert code

This commit is contained in:
Kevin McCarthy
2013-08-05 20:54:16 -10:00
parent 7fedd8c584
commit 4fe6f463c3
7 changed files with 2 additions and 197 deletions

View File

@@ -56,4 +56,4 @@ def test_cassette_response():
def test_cassette_missing_response():
a = Cassette('test')
assert a.response('foo')
assert not a.response('foo')