Your IP : 172.28.240.42


Current Path : /usr/share/pyshared/simplejson/tests/
Upload File :
Current File : //usr/share/pyshared/simplejson/tests/test_default.py

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)))