Fix a link

This commit is contained in:
zhulongcheng 2016-06-19 15:41:54 +08:00
parent 7d4447f1c4
commit e6cf91b8ea
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python.
* [freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module.
* [httmock](https://github.com/patrys/httmock) - A mocking library for requests for Python 2.6+ and 3.2+.
* [httpretty](http://falcao.it/HTTPretty/) - HTTP request mock tool for Python.
* [httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python.
* [responses](https://github.com/getsentry/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.
* Object Factories