1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Merge pull request #418 from PiDelport/patch-1

Doc typo: yml -> yaml
This commit is contained in:
Arthur Hamon
2019-06-28 13:55:10 +02:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ Usage
assert 'Example domains' in response assert 'Example domains' in response
Run this test once, and VCR.py will record the HTTP request to Run this test once, and VCR.py will record the HTTP request to
``fixtures/vcr_cassettes/synopsis.yml``. Run it again, and VCR.py will ``fixtures/vcr_cassettes/synopsis.yaml``. Run it again, and VCR.py will
replay the response from iana.org when the http request is made. This replay the response from iana.org when the http request is made. This
test is now fast (no real HTTP requests are made anymore), deterministic test is now fast (no real HTTP requests are made anymore), deterministic
(the test will continue to pass, even if you are offline, or iana.org (the test will continue to pass, even if you are offline, or iana.org