michaelkryukov / mongomock_motor

Library for mocking AsyncIOMotorClient built on top of mongomock.
MIT License
94 stars 23 forks source link

Add support for AsyncIOMotorLatentCommandCursor #19

Closed jyggen closed 1 year ago

jyggen commented 1 year ago

aggregate() actually returns an AsyncIOMotorLatentCommandCursor instace, which is similar to AsyncIOMotorCursor but without the bells and whistles like sort(), limit() etc.

michaelkryukov commented 1 year ago

👍