mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
add VCR.py to Testing/Mock section
This commit is contained in:
parent
d408208ef8
commit
d46510e3ea
1 changed files with 1 additions and 0 deletions
|
@ -855,6 +855,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [httpretty](http://falcao.it/HTTPretty/) - HTTP request mock tool for Python.
|
||||
* [mock](https://pypi.python.org/pypi/mock) - A Python Mocking and Patching Library for Testing.
|
||||
* [responses](https://github.com/dropbox/responses) - A utility library for mocking out the requests Python library.
|
||||
* [VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests.
|
||||
* Code Coverage
|
||||
* [coverage](https://pypi.python.org/pypi/coverage) - Code coverage measurement.
|
||||
* Fake Data
|
||||
|
|
Loading…
Reference in a new issue