Since motor will be deprecated soon I migrated our codebase to the native pymongo async driver, but now I'm having trouble migrating the tests where we previously used mongomock_motor. mongomock doesn't have async support, so I'm left with implementing a mock myself or is there any other good mocking library for async pymongo?
Since motor will be deprecated soon I migrated our codebase to the native pymongo async driver, but now I'm having trouble migrating the tests where we previously used mongomock_motor. mongomock doesn't have async support, so I'm left with implementing a mock myself or is there any other good mocking library for async pymongo?