In-memory database motor driver

Is there a way to use Motor with the in-memory storage engine (typically for testing)?

Thanks.

The driver doesn’t know what storage engine is in use on the server. You don’t have to do anything special for the driver to work with that engine or any other.

Thank you for your answer. I did not express myself clearly. What I meant is: is there a simple way to start an in-memory database and get a connection string for Motor. For the record I think I found the answer: pymongo-inmemory.