Description
Simulates pymongo behavior in memory for Python tests. It helps developers test MongoDB-dependent code without requiring a running MongoDB server for simple cases.
It is a test double, not a perfect database replacement. Important queries, indexes, transactions, and production behavior should still be checked against a real MongoDB-compatible server.