Skip to content

Instantly share code, notes, and snippets.

View leah's full-sized avatar
:shipit:
Always shipping.

Leah Culver leah

:shipit:
Always shipping.
View GitHub Profile
import unittest
from django.conf import settings
from django.db.models import get_app, get_apps
from django.test.utils import setup_test_environment, teardown_test_environment
from django.test.simple import build_suite
from django.db.backends.creation import TEST_DATABASE_PREFIX
import couchdb
def create_test_couchdb():