cobrateam / flask-mongoalchemy

Flask support for MongoDB using MongoAlchemy.
https://pythonhosted.org/Flask-MongoAlchemy/
BSD 2-Clause "Simplified" License
217 stars 45 forks source link

How to mock/fake db connection for tests? #48

Open reiven opened 7 years ago

reiven commented 7 years ago

Hi

I want to make tests to my webapp but i cannot find to mock or have a dummy db connection to run the tests. Thanks