https://github.com/animesh-ghosh/check-vcr-py
Just a demo script to see how to use VCR.py
https://github.com/animesh-ghosh/check-vcr-py
Last synced: 6 months ago
JSON representation
Just a demo script to see how to use VCR.py
- Host: GitHub
- URL: https://github.com/animesh-ghosh/check-vcr-py
- Owner: Animesh-Ghosh
- License: agpl-3.0
- Created: 2023-02-20T17:51:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T07:12:08.000Z (over 2 years ago)
- Last Synced: 2025-02-07T09:44:50.962Z (8 months ago)
- Language: Python
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# check-vcr-py
Just a demo script to see how to use [VCR.py](https://github.com/kevin1024/vcrpy). [VCR.py](https://github.com/kevin1024/vcrpy) can be used for writing integration tests for interacting with external APIs.
Wrote this out of boredom. 😜