mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-28 06:21:08 +00:00
Update README.md
A mocking library for requests for Python 2.6, 2.7 and 3.2, 3.3. added
This commit is contained in:
parent
622ab5869c
commit
899f6e9a97
|
@ -636,6 +636,7 @@ long, literate-programming-style documentation generator.
|
||||||
* [mock](https://pypi.python.org/pypi/mock) - A Python Mocking and Patching Library for Testing.
|
* [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.
|
* [responses](https://github.com/dropbox/responses) - A utility library for mocking out the requests Python library.
|
||||||
* [doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python.
|
* [doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python.
|
||||||
|
* [httmock](https://github.com/patrys/httmock) - A mocking library for requests for Python 2.6, 2.7 and 3.2, 3.3.
|
||||||
* Fake Data
|
* Fake Data
|
||||||
* [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data.
|
* [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data.
|
||||||
* [mixer](https://mixer.readthedocs.org) - Generating fake data and creating random fixtures for testing in Django ORM, SQLAlchemy, Peewee, MongoEngine, Pony ORM and etc.
|
* [mixer](https://mixer.readthedocs.org) - Generating fake data and creating random fixtures for testing in Django ORM, SQLAlchemy, Peewee, MongoEngine, Pony ORM and etc.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user