🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 03:56:20 | PHP 8.1.34
📂
/ (Root)
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
simplejson
/
tests
📍 /opt/imunify360/venv/lib/python3.11/site-packages/simplejson/tests
🔄 Refresh
✏️
Editing: test_default.py
Read Only
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)))
💾 Save Changes
❌ Cancel