mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
pep8
This commit is contained in:
@@ -58,6 +58,7 @@ def test_cassette_get_missing_response():
|
|||||||
with pytest.raises(UnhandledHTTPRequestError):
|
with pytest.raises(UnhandledHTTPRequestError):
|
||||||
a.responses_of('foo')
|
a.responses_of('foo')
|
||||||
|
|
||||||
|
|
||||||
@mock.patch('vcr.cassette.requests_match', _mock_requests_match)
|
@mock.patch('vcr.cassette.requests_match', _mock_requests_match)
|
||||||
def test_cassette_cant_read_same_request_twice():
|
def test_cassette_cant_read_same_request_twice():
|
||||||
a = Cassette('test')
|
a = Cassette('test')
|
||||||
|
|||||||
Reference in New Issue
Block a user