Django Cassandra Engine - Writing Tests#
You can write tests the way you used to. Just subclass django.test.TestCase
if django_cassandra_engine
is your primary (default) database backend.
If not, just use django_cassandra_engine.test.TestCase
.
I'm django-cassandra-engine expert now! I want to contribute.