michaelkryukov / mongomock_motor

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

Add support close for cursors #48

Closed michaelkryukov closed 5 months ago

michaelkryukov commented 5 months ago

Remake of PR #46 with separate test case, direct usage of cursor's close methods and without changes to setup.py.