add module HTTPretty
This commit is contained in:
		@@ -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.
 | 
				
			||||||
 | 
					    * [httpretty](http://falcao.it/HTTPretty/) - HTTP request mock tool for python.
 | 
				
			||||||
* 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.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user