jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
224 Bytes
from unittest import TestCase
import hjson as json
class TestDefault(TestCase):
def test_default(self):
self.assertEqual(
json.dumpsJSON(type, default=repr),
json.dumpsJSON(repr(type)))