michaelkryukov / mongomock_motor

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

add cursor.close stub #46

Closed FlorianLudwig closed 7 months ago

FlorianLudwig commented 7 months ago

currently when trying to close a cursor it leads to an exception: TypeError: object NoneType can't be used in 'await' expression

This just adds a stub function for close, so at least no exception is triggered

michaelkryukov commented 7 months ago

Can you check #48 out? I've implemented close methods using slightly other approach

FlorianLudwig commented 7 months ago

closing this MR, in favor of #48