I'm looking for a way to test my Django app that works with MongoDB using Djongo.
I found Django Test Addons library but as I understood, it only works with mongoengine. Is there any manner to make it work with Djongo or do you know another similar library that I can use?