ACC SHELL

Path : /usr/lib/python/json/tests/
File Upload :
Current File : //usr/lib/python/json/tests/test_default.py

from unittest import TestCase

import json

class TestDefault(TestCase):
    def test_default(self):
        self.assertEquals(
            json.dumps(type, default=repr),
            json.dumps(repr(type)))

ACC SHELL 2018