michaelkryukov / mongomock_motor

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

fix: avoid issues with ExpressionField and proper str-like classes (thanks @ramnes) #23

Closed michaelkryukov closed 1 year ago

michaelkryukov commented 1 year ago

This is remake of #22, after checking out underlying issues and ways to fix them.

ramnes commented 1 year ago

Yeah that's better indeed!