michaelkryukov / mongomock_motor

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

Add next method to cursor #26

Closed JPDevelop closed 1 year ago

JPDevelop commented 1 year ago

Motor has an async next() method which this library does not implement.

michaelkryukov commented 1 year ago

Fair remark. I've created #28 with a more elegant implementation than #27 (also with some internal tweaks and more tests). I'll merge it and close №26, #27, if that's ok

JPDevelop commented 1 year ago

Sounds great, thanks :)