Your IP : 216.73.216.215


Current Path : /proc/21979/root/opt/imh-python/lib/python3.9/site-packages/simplejson/tests/
Upload File :
Current File : //proc/21979/root/opt/imh-python/lib/python3.9/site-packages/simplejson/tests/test_default.py

from unittest import TestCase

import simplejson as json

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