Skip to content

Instantly share code, notes, and snippets.

@sorl
sorl / gist:982576
Created May 20, 2011 08:44 — forked from jesperp/gist:980369
Upp! API version 1
#coding=utf-8
__test__ = {
"api_v1": """
Upp! API version 1
==================
Testing the functionality of Upp! API
>>> from django.utils import simplejson as json
>>> from django.test.client import Client