Django MongoEngine Unit Test
I’m trying to use unit tests in a Django application that uses MongoDB
as the database and MongoEngine
to interact with the database. Using examples from this answer, here’s a simple test:
I’m trying to use unit tests in a Django application that uses MongoDB
as the database and MongoEngine
to interact with the database. Using examples from this answer, here’s a simple test: