Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
python2.4
/
site-packages
/
simplejson
/
tests
/
Upload File :
New :
File
Dir
//usr/lib/python2.4/site-packages/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)))