Files
deb-python-oauth2client/simplejson/tests/test_default.py
jcgregorio@wpgntai-ubiq72.hot.corp.google.com ed1325284e initial
2010-04-19 11:12:52 -07:00

10 lines
222 B
Python

from unittest import TestCase
import simplejson as json
class TestDefault(TestCase):
def test_default(self):
self.assertEquals(
json.dumps(type, default=repr),
json.dumps(repr(type)))