Refty / mongo-thingy

:leaves: Powerful schema-less ODM for MongoDB and Python (sync + async)
https://mongo-thingy.readthedocs.io
MIT License
68 stars 12 forks source link

Add support for mongomock-motor #44

Closed ramnes closed 1 year ago

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 100.0% when pulling 96b0b2d35930f1c1bd40bfb1a9959942d8aa499f on mongomock-motor into 22af357bf51735a0f1954c9f7b7405de4674c8f9 on master.

ramnes commented 1 year ago

We are using a modified version of mongomock-motor that works with our test suite. PR has been opened here: https://github.com/michaelkryukov/mongomock_motor/pull/21

Note to myself: do not forget to remove that last commit and replace mongomock-motor version in requirements.txt to one that has these changes included before merging. :)

ramnes commented 1 year ago

PR has been merged on mongomock_motor's side, now waiting for a release.