Skip to content

Instantly share code, notes, and snippets.

View backerman's full-sized avatar

Brad Ackerman backerman

View GitHub Profile
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Self-contained test case for couchdbkit issue #9
from couchdbkit import *
SERVER_URI="http://localhost:5984/"
DATABASE_NAME="kanji"