Contents

mongomock 4.1.2

0

Fake pymongo stub for testing simple MongoDB-dependent code

Fake pymongo stub for testing simple MongoDB-dependent code

How to Install mongomock

You can install mongomock using pip

pip install mongomock

or add it to a project with poetry

poetry add mongomock

Package Details

Author
Rotem Yaari
License
BSD
Homepage
PyPi:
https://pypi.org/project/mongomock/

Classifiers

  • Database
No  mongomock  pypi packages just yet.

Errors

A list of common mongomock errors.

Code Examples

Here are some mongomock code examples and snippets.

Related Packages & Articles

mongoengine 0.28.2

MongoEngine is a Python Object-Document Mapper for working with MongoDB.

flask-mongoengine 1.0.0

Flask-MongoEngine is a Flask extension that provides integration with MongoEngine and WTF model forms.

motor 3.4.0

Non-blocking MongoDB driver for Tornado or asyncio