This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |