NoSQL: Unit Testing Django with a NoSQL Backend

| | bookmark | email

Unit Testing Django with a NoSQL Backend

However, what if you are using a NoSQL database backend like MongoDB, Cassandra, CouchDB or something similar and you aren't using the Django ORM? How do you handle setting up and tearing down the database environments?

via NoSQL databases