From b02d5c1ecd0f203e59daca28f329e74d891e9aaa Mon Sep 17 00:00:00 2001
From: Sergio Soto <scots4ever@gmail.com>
Date: Wed, 23 Aug 2017 17:56:14 +0200
Subject: [PATCH] Added mongomock

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 0cdc64a..fdbcaaf 100644
--- a/README.md
+++ b/README.md
@@ -1064,6 +1064,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
     * [httmock](https://github.com/patrys/httmock) - A mocking library for requests for Python 2.6+ and 3.2+.
     * [httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python.
     * [mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library.
+    * [mongomock](https://github.com/mongomock/mongomock) - Mongodb mocking package
     * [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
-- 
GitLab